]> arthur.barton.de Git - ngircd-alex.git/commit
Fix cb_connserver() to handle aborted outgoing connections
authorAlexander Barton <alex@barton.de>
Fri, 11 Sep 2009 22:17:42 +0000 (00:17 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 11 Sep 2009 22:17:42 +0000 (00:17 +0200)
commit536538968c6d2cd22669d4622a83d32f95d4eb55
tree26b6f1aac2c7f53cad73f46084cb06f39690d9d3
parent4daf780f0188e6b7658047588399c813d74de917
Fix cb_connserver() to handle aborted outgoing connections

A configured server could have been removed while a connection apptempt
is still in progress. So the cb_connserver() callback has to test if the
server configuration record is still valid.
src/ngircd/conn.c