]> arthur.barton.de Git - ngircd-alex.git/commit
Fix warning message introduced when cleaning up IRC_SERVER()
authorAlexander Barton <alex@barton.de>
Mon, 29 Oct 2012 10:44:45 +0000 (11:44 +0100)
committerAlexander Barton <alex@barton.de>
Mon, 29 Oct 2012 10:44:45 +0000 (11:44 +0100)
commit30b32e84fe352f7c39ceca1a9c6df60ca50e83ab
tree4a5570f4fcf5c42f2980e50c89b5ae65111bdfd8
parentfb924933765238808feb05fb7178402058026897
Fix warning message introduced when cleaning up IRC_SERVER()

This reverts a not intentional code change and fixes the following compiler
warning message (tested with gcc 4.4.5):

 irc-server.c: In function "IRC_SERVER":
 irc-server.c:142: warning: suggest parentheses around operand of "!"
                            or change "&" to "&&" or "!" to "~"
src/ngircd/irc-server.c