mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-13 10:20:28 +00:00
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 {
|
||||
/* The peer seems to be a server supporting the
|
||||
* "original" IRC protocol (RFC 2813). */
|
||||
serverver = "";
|
||||
if (strchr(orig_flags, 'Z'))
|
||||
flags = "Z";
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user