From: Alexander Barton Date: Sun, 25 Mar 2018 19:55:34 +0000 (+0200) Subject: Correctly retry outgoing conenctions when forking a resolver failed X-Git-Tag: rel-25-rc1~5 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=b4f7aae67e1ab3be8f01c27190316683fbe9f0d8;hp=b4f7aae67e1ab3be8f01c27190316683fbe9f0d8 Correctly retry outgoing conenctions when forking a resolver failed 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. ---