]> arthur.barton.de Git - ngircd.git/commit
Check_Servers(): skip servers already beeing connected
authorAlexander Barton <alex@barton.de>
Tue, 7 Sep 2010 22:45:23 +0000 (00:45 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 7 Sep 2010 22:45:23 +0000 (00:45 +0200)
commit8d68fe3f867732cbec094cdf7240a46e631c2838
treef792283c65129347465cfce0a61d3682dc8ba6da
parent4f6c19712eace7f981902ddc90d9b8393b676ae5
Check_Servers(): skip servers already beeing connected

Let CheckServers() not only skip servers that already have a
connection, but also skip servers to which a new connection is
already beeing established (SERVER_WAIT state).
src/ngircd/conn.c