gaim/gaim

sf patch #1197934, from Richard Laager
oldstatus
2005-05-31, Mark Doliner
3dddf2155759
Parents 6800b76ff0ce
Children 5796bbc80d92
sf patch #1197934, from Richard Laager
Properly initialize the IRC socket file descriptor
--- a/src/protocols/irc/irc.c Tue May 31 20:19:26 2005 -0400
+++ b/src/protocols/irc/irc.c Tue May 31 23:36:30 2005 -0400
@@ -219,6 +219,7 @@
}
gc->proto_data = irc = g_new0(struct irc_conn, 1);
+ irc->fd = -1;
irc->account = account;
userparts = g_strsplit(username, "@", 2);