commit - fb924933765238808feb05fb7178402058026897
commit + 30b32e84fe352f7c39ceca1a9c6df60ca50e83ab
blob - 02e3ae824e2d9c644e7f009d49db33ac8314a8a0
blob + a587c52f6de794482e5e732e689c2e4dff27d47b
--- src/ngircd/irc-server.c
+++ src/ngircd/irc-server.c
if (Client_Type(Client) == CLIENT_GOTPASS) {
/* We got a "simple" PASS command, so the peer is
* using the protocol as defined in RFC 1459. */
- if (!Conn_Options(Client_Conn(Client)) & CONN_RFC1459)
+ if (! (Conn_Options(Client_Conn(Client)) & CONN_RFC1459))
Log(LOG_INFO,
"Switching connection %d (\"%s\") to RFC 1459 compatibility mode.",
Client_Conn(Client), Client_ID(Client));