Remove unnecessary initialization that violates const.
This commit is contained in:
parent
e7c8892297
commit
36f0316a72
|
@ -703,7 +703,7 @@ show_iline_prefix(struct Client *sptr, struct ConfItem *aconf, char *name)
|
||||||
void
|
void
|
||||||
report_auth(struct Client *client_p)
|
report_auth(struct Client *client_p)
|
||||||
{
|
{
|
||||||
char *name, *host, *pass = "*", *user, *classname;
|
char *name, *host, *pass, *user, *classname;
|
||||||
struct AddressRec *arec;
|
struct AddressRec *arec;
|
||||||
struct ConfItem *aconf;
|
struct ConfItem *aconf;
|
||||||
int i, port;
|
int i, port;
|
||||||
|
|
Loading…
Reference in New Issue