IRC_PASS(): remove unnecessary variable initialization
This commit is contained in:
parent
e1598e2670
commit
c191ea53a9
|
@ -148,7 +148,6 @@ IRC_PASS( CLIENT *Client, REQUEST *Req )
|
||||||
} else {
|
} else {
|
||||||
/* The peer seems to be a server supporting the
|
/* The peer seems to be a server supporting the
|
||||||
* "original" IRC protocol (RFC 2813). */
|
* "original" IRC protocol (RFC 2813). */
|
||||||
serverver = "";
|
|
||||||
if (strchr(orig_flags, 'Z'))
|
if (strchr(orig_flags, 'Z'))
|
||||||
flags = "Z";
|
flags = "Z";
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue