diff options
| author | 2022-09-23 19:07:45 +0200 | |
|---|---|---|
| committer | 2022-09-23 19:07:45 +0200 | |
| commit | cf59d68491bb4bf0954e8370354ba34994b6436f (patch) | |
| tree | 9429b80983f243964bda9db6f2533bb1fcf3b714 /data.c | |
| parent | Fixed bug in actor_request(). (diff) | |
| download | snac2-cf59d68491bb4bf0954e8370354ba34994b6436f.tar.gz snac2-cf59d68491bb4bf0954e8370354ba34994b6436f.tar.xz snac2-cf59d68491bb4bf0954e8370354ba34994b6436f.zip | |
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) | |||
| 724 | fclose(f); | 724 | fclose(f); |
| 725 | } | 725 | } |
| 726 | 726 | ||
| 727 | status = 110; /* "Response Is Stale" */ | 727 | status = 205; /* "205: Reset Content" "110: Response Is Stale" */ |
| 728 | } | 728 | } |
| 729 | else { | 729 | else { |
| 730 | /* it's still valid */ | 730 | /* it's still valid */ |