Ver Fonte

Minor semantic tweak.

grunfink há 3 meses atrás
pai
commit
eac5e61275
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      webfinger.c

+ 1 - 1
webfinger.c

@@ -99,7 +99,7 @@ int webfinger_request_signed(snac *snac, const char *qs, xs_str **actor, xs_str
             else {
             else {
                 /* subject not an 'acct:': try in the aliases
                 /* subject not an 'acct:': try in the aliases
                    (i.e. hubzilla does this) */
                    (i.e. hubzilla does this) */
-                const char *aliases = xs_dict_get(obj, "aliases");
+                const xs_list *aliases = xs_dict_get(obj, "aliases");
 
 
                 if (xs_is_list(aliases)) {
                 if (xs_is_list(aliases)) {
                     const char *v;
                     const char *v;