]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Correctly retry outgoing conenctions when forking a resolver failed
authorAlexander Barton <alex@barton.de>
Sun, 25 Mar 2018 19:55:34 +0000 (21:55 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 25 Mar 2018 19:59:01 +0000 (21:59 +0200)
When ngIRCd failed to spawn a new resolver subprocess, the connection
structure was still marked as "SERVER_WAIT", and no new attempt to
connect to this server was made.

Thanks to Robert Obermeier for reporting this bug!

Closes #243.


No differences found