diff src/server.c @ 11903:c9312177821a

[gaim-migrate @ 14194] "make distcheck" fixes - mostly fixing DBUS things so they can compile outside the source tree, and a few compile warning fixes. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 30 Oct 2005 17:24:38 +0000
parents 9d6e498fe402
children d2db6426c88a
line wrap: on
line diff
--- a/src/server.c	Sun Oct 30 17:23:15 2005 +0000
+++ b/src/server.c	Sun Oct 30 17:24:38 2005 +0000
@@ -513,6 +513,8 @@
 	char *angel, *buffy;
 	int plugin_return;
 
+	g_return_if_fail(msg != NULL);
+
 	account  = gaim_connection_get_account(gc);
 	presence = gaim_account_get_presence(account);