IRC_PASS(): remove unnecessary variable initialization

This commit is contained in:
Alexander Barton 2009-09-10 11:50:43 +02:00
parent e1598e2670
commit c191ea53a9
1 changed files with 0 additions and 1 deletions

View 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