diff options
author | default <nobody@localhost> | 2022-09-23 19:07:45 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-23 19:07:45 +0200 |
commit | cf59d68491bb4bf0954e8370354ba34994b6436f (patch) | |
tree | 9429b80983f243964bda9db6f2533bb1fcf3b714 /data.c | |
parent | 6586be50a0297de0e9b7e6cd66ce3b25eccf7e5c (diff) |
New functions send_to_inbox() and send_to_actor().
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |