Browse Source

Fixed typo in webfinger_request().

default 2 years ago
parent
commit
6e0b5c9d20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webfinger.c

+ 1 - 1
webfinger.c

@@ -39,7 +39,7 @@ int webfinger_request(char *qs, char **actor, char **user)
 
         if (xs_list_len(l) == 2) {
             host     = xs_list_get(l, 1);
-            resource = xs_fmt("acct:%s", qs);
+            resource = xs_fmt("acct:%s", s);
         }
     }