]> arthur.barton.de Git - ngircd.git/commitdiff
Fix server reconnection
authorFederico G. Schwindt <fgsch@lodoss.net>
Mon, 16 Sep 2013 01:15:49 +0000 (02:15 +0100)
committerFederico G. Schwindt <fgsch@lodoss.net>
Mon, 16 Sep 2013 01:15:49 +0000 (02:15 +0100)
In some error cases conn_id will be left as SERVER_WAIT and
subsequently ignored in Check_Servers(). Ensure conn_id is set to
NONE before returning from New_Server() if we couldn't establish
the connection.

Prompted by a report from gabrielgi-at-gmail-dot-com.


No differences found