commit 8e2c5816eec58a5de63399a54773dda6a5729c36 from: Florian Westphal date: Sun May 17 19:27:27 2009 UTC SSL/TLS: fix error handling when ssl ctx init for outgoing server link fails commit - f31c3a3aa283bd6a34386e3c2fcdcad9ab36e5c4 commit + 8e2c5816eec58a5de63399a54773dda6a5729c36 blob - c6095a31c613bc5ca127d55b8723e15b836f1cca blob + 4c03877a8f5e843f21211a990e6b61f3a187899c --- src/ngircd/conn.c +++ src/ngircd/conn.c @@ -1722,6 +1722,7 @@ New_Server( int Server , ng_ipaddr_t *dest) Conn_Close( new_sock, "Could not initialize SSL for outgoing connection", NULL, false ); Init_Conn_Struct( new_sock ); Conf_Server[Server].conn_id = NONE; + return; } #endif NumConnections++;