summaryrefslogtreecommitdiff
path: root/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'http.c')
-rw-r--r--http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/http.c b/http.c
index 33ed53d..2952e68 100644
--- a/http.c
+++ b/http.c
@@ -173,7 +173,7 @@ int check_signature(xs_dict *req, xs_str **err)
xs *actor = NULL;
- if (!valid_status(actor_request(keyId, &actor))) {
+ if (!valid_status(actor_request(NULL, keyId, &actor))) {
*err = xs_fmt("unknown actor %s", keyId);
return 0;
}