mcabber/src/roster.c
changeset 425 03f1e37759a6
parent 393 f8f3c7493457
child 438 b44be19d6229
--- a/mcabber/src/roster.c	Sun Sep 04 11:38:37 2005 +0200
+++ b/mcabber/src/roster.c	Sun Sep 04 13:51:23 2005 +0200
@@ -367,7 +367,7 @@
 
   sl_user = roster_find(jid, jidsearch, ROSTER_TYPE_USER|ROSTER_TYPE_AGENT);
   if (sl_user == NULL)
-    return offline; // Not in the roster, anyway...
+    return NULL; // Not in the roster, anyway...
 
   roster_usr = (roster*)sl_user->data;
   return roster_usr->status_msg;