commit c191ea53a9600467c9b36baa6b930e2fa1a5796f from: Alexander Barton date: Thu Sep 10 09:50:43 2009 UTC IRC_PASS(): remove unnecessary variable initialization commit - e1598e2670d599441f63c01f8df2ee5158ead2d4 commit + c191ea53a9600467c9b36baa6b930e2fa1a5796f blob - 16d1641b5cea8cb875daa7077f91ae2dc9d5e1bc blob + 7b73d40f99f285a5e9da7951ccc6b88be96061cb --- src/ngircd/irc-login.c +++ src/ngircd/irc-login.c @@ -148,7 +148,6 @@ IRC_PASS( CLIENT *Client, REQUEST *Req ) } else { /* The peer seems to be a server supporting the * "original" IRC protocol (RFC 2813). */ - serverver = ""; if (strchr(orig_flags, 'Z')) flags = "Z"; else