From 0e6c5f9463d7800b40b777af50c6c09ee3d97af2 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 10 Dec 2023 17:46:54 +0100 Subject: actor_request() does not need a user argument. --- http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http.c') diff --git a/http.c b/http.c index d7f1629..4f9b4b4 100644 --- a/http.c +++ b/http.c @@ -173,7 +173,7 @@ int check_signature(snac *user, xs_dict *req, xs_str **err) xs *actor = NULL; - if (!valid_status(actor_request(user, keyId, &actor))) { + if (!valid_status(actor_request(keyId, &actor))) { *err = xs_fmt("unknown actor %s", keyId); return 0; } -- cgit v1.2.3