diff plugins/gaim-remote/remote.c @ 10344:5976491e07a7

[gaim-migrate @ 11554] Assorted silly compile warning fixes committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 11 Dec 2004 00:06:06 +0000
parents b4efa002dad8
children b4b9dabdd7c7
line wrap: on
line diff
--- a/plugins/gaim-remote/remote.c	Fri Dec 10 05:49:01 2004 +0000
+++ b/plugins/gaim-remote/remote.c	Sat Dec 11 00:06:06 2004 +0000
@@ -759,7 +759,7 @@
 {
 #ifndef _WIN32
 	GIOChannel *channel;
-	char *buf;
+	char *buf = NULL;
 
 	if ((UI_fd = open_socket(&buf)) < 0) {
 		gaim_notify_error(NULL, NULL, _("Unable to open socket"), buf);