diff options
Diffstat (limited to 'activitypub.c')
| -rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c index ba4f594..7e208b6 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -839,7 +839,7 @@ int process_message(snac *snac, char *msg, char *req) | |||
| 839 | } | 839 | } |
| 840 | 840 | ||
| 841 | /* check the signature */ | 841 | /* check the signature */ |
| 842 | if (!check_signature(snac, req)) { | 842 | if (!check_signature(snac, req, actor_o)) { |
| 843 | snac_log(snac, xs_fmt("bad signature")); | 843 | snac_log(snac, xs_fmt("bad signature")); |
| 844 | return 1; | 844 | return 1; |
| 845 | } | 845 | } |