Remove unnecessary initialization that violates const.
This commit is contained in:
parent
5c16ab05a0
commit
54e3b7658f
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@ show_iline_prefix(struct Client *sptr, struct ConfItem *aconf, char *name)
|
|||
void
|
||||
report_auth(struct Client *client_p)
|
||||
{
|
||||
char *name, *host, *pass = "*", *user, *classname;
|
||||
char *name, *host, *pass, *user, *classname;
|
||||
struct AddressRec *arec;
|
||||
struct ConfItem *aconf;
|
||||
int i, port;
|
||||
|
|
Loading…
Reference in a new issue