aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
diff options
context:
space:
mode:
Diffstat (limited to 'protocols')
-rw-r--r--protocols/jabber/jabber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/jabber/jabber.c b/protocols/jabber/jabber.c
index 2db026cd..04db365e 100644
--- a/protocols/jabber/jabber.c
+++ b/protocols/jabber/jabber.c
@@ -427,7 +427,7 @@ static void jabber_get_info(struct im_connection *ic, char *who)
bud = bud->next;
}
- jabber_get_vcard(ic, bud ? bud->full_jid : who);
+ jabber_get_vcard(ic, who);
}
static void jabber_set_away(struct im_connection *ic, char *state_txt, char *message)