about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2009-09-10 11:50:43 +0200
committerAlexander Barton <alex@barton.de>2009-09-10 11:50:43 +0200
commitc191ea53a9600467c9b36baa6b930e2fa1a5796f (patch)
treeb77c799eae9b5fb961cbe808e44569e294ed91f7 /src
parente1598e2670d599441f63c01f8df2ee5158ead2d4 (diff)
downloadngircd-c191ea53a9600467c9b36baa6b930e2fa1a5796f.tar.gz
ngircd-c191ea53a9600467c9b36baa6b930e2fa1a5796f.zip
IRC_PASS(): remove unnecessary variable initialization
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/irc-login.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ngircd/irc-login.c b/src/ngircd/irc-login.c
index 16d1641b..7b73d40f 100644
--- a/src/ngircd/irc-login.c
+++ b/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