# HG changeset patch # User Mark Doliner # Date 1117596992 0 # Node ID a7f1825893259a7ae9c84ed54681952472c19b55 # Parent b6cafdeda2a8576f7ba4e1d36765df8c60b91e23 [gaim-migrate @ 12763] sf patch #1197934, from Richard Laager Properly initialize the IRC socket file descriptor committer: Tailor Script diff -r b6cafdeda2a8 -r a7f182589325 src/protocols/irc/irc.c --- a/src/protocols/irc/irc.c Wed Jun 01 01:26:08 2005 +0000 +++ b/src/protocols/irc/irc.c Wed Jun 01 03:36:32 2005 +0000 @@ -243,6 +243,7 @@ } gc->proto_data = irc = g_new0(struct irc_conn, 1); + irc->fd = -1; irc->account = account; userparts = g_strsplit(username, "@", 2);