]> arthur.barton.de Git - ngircd-alex.git/commit
Correctly check that a server has a valid hostname and port
authorAlexander Barton <alex@barton.de>
Wed, 10 Sep 2014 11:03:30 +0000 (13:03 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 10 Sep 2014 11:03:30 +0000 (13:03 +0200)
commitffad2da835e26a1a457d4f4a16acf6797d4cc71e
tree98b24d169a5afed40ea5959e46380dd7dda3460f
parent3f1547ecdec24fd685f05e40733ae0d907bcb9d8
Correctly check that a server has a valid hostname and port

David Binderman <dcb314@hotmail.com> reported the following compiler warning,
which is a real bug in ngIRCd, thanks!

conn.c:2077:55: warning: logical not is only applied to the left hand
                         side of comparison [-Wlogical-not-parentheses]
src/ngircd/conn.c