Module: ngircd.git Branch: master Commit: c191ea53a9600467c9b36baa6b930e2fa1a5796f URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=c191e...
Author: Alexander Barton alex@barton.de Date: Thu Sep 10 11:50:43 2009 +0200
IRC_PASS(): remove unnecessary variable initialization
---
src/ngircd/irc-login.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/ngircd/irc-login.c b/src/ngircd/irc-login.c index 16d1641..7b73d40 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
ngircd-commits@lists.barton.de