about summary refs log tree commit diff stats
path: root/src/xmpp/roster.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/roster.c')
-rw-r--r--src/xmpp/roster.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmpp/roster.c b/src/xmpp/roster.c
index 500e8b89..85d7a2db 100644
--- a/src/xmpp/roster.c
+++ b/src/xmpp/roster.c
@@ -79,9 +79,9 @@ roster_request(void)
 }
 
 char *
-roster_barejid_from_handle(const char * const handle)
+roster_barejid_from_name(const char * const name)
 {
-    return g_hash_table_lookup(name_to_barejid, handle);
+    return g_hash_table_lookup(name_to_barejid, name);
 }
 
 static int