src/protocols/sametime/meanwhile/session.c

changeset 11291
5441d2419942
parent 10969
fa2093270b80
child 11943
81ee4bc13c28
--- a/src/protocols/sametime/meanwhile/session.c	Thu Aug 18 01:35:14 2005 +0000
+++ b/src/protocols/sametime/meanwhile/session.c	Thu Aug 18 03:14:29 2005 +0000
@@ -548,7 +548,7 @@
   struct mwGetBuffer *b;
   struct mwMessage *msg;
 
-  g_assert(s != NULL);
+  g_return_if_fail(s != NULL);
   g_return_if_fail(buf != NULL);
 
   /* ignore zero-length messages */

mercurial