summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c
index 2c20e63..6fb6bf5 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -117,7 +117,7 @@ int actor_request(snac *snac, const char *actor, xs_dict **data)
*data = NULL;
/* get from disk first */
- status = actor_get(snac, actor, data);
+ status = actor_get(actor, data);
if (status != 200) {
/* actor data non-existent or stale: get from the net */