]> arthur.barton.de Git - ngircd-alex.git/commitdiff
IRC_PASS(): remove unnecessary variable initialization
authorAlexander Barton <alex@barton.de>
Thu, 10 Sep 2009 09:50:43 +0000 (11:50 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 10 Sep 2009 09:50:43 +0000 (11:50 +0200)
src/ngircd/irc-login.c

index 16d1641b5cea8cb875daa7077f91ae2dc9d5e1bc..7b73d40f99f285a5e9da7951ccc6b88be96061cb 100644 (file)
@@ -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