diff options
-rw-r--r-- | mastoapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2035,7 +2035,7 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path, char *actor = NULL; char *user = NULL; - if (valid_status(webfinger_request(q, &actor, &user) && actor)) { + if (valid_status(webfinger_request(q, &actor, &user)) && actor) { xs *actor_o = NULL; if (valid_status(actor_request(&snac1, actor, &actor_o))) { |