25 Mär
                
                    2018
                
            
            
                25 Mär
                
                '18
                
            
            
            
        
    
                22:36
            
        Branch: refs/heads/master Home: https://github.com/ngircd/ngircd Commit: b4f7aae67e1ab3be8f01c27190316683fbe9f0d8 https://github.com/ngircd/ngircd/commit/b4f7aae67e1ab3be8f01c27190316683fbe9... Author: Alexander Barton <alex@barton.de> Date: 2018-03-25 (Sun, 25 Mar 2018) Changed paths: M src/ngircd/conn.c Log Message: ----------- 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.