summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-09-23 19:07:45 +0200
committerdefault <nobody@localhost>2022-09-23 19:07:45 +0200
commitcf59d68491bb4bf0954e8370354ba34994b6436f (patch)
tree9429b80983f243964bda9db6f2533bb1fcf3b714 /data.c
parent6586be50a0297de0e9b7e6cd66ce3b25eccf7e5c (diff)
New functions send_to_inbox() and send_to_actor().
Diffstat (limited to 'data.c')
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index bde23e1..c9ba389 100644
--- a/data.c
+++ b/data.c
@@ -724,7 +724,7 @@ int actor_get(snac *snac, char *actor, d_char **data)
fclose(f);
}
- status = 110; /* "Response Is Stale" */
+ status = 205; /* "205: Reset Content" "110: Response Is Stale" */
}
else {
/* it's still valid */