mirror of
https://github.com/matrix-construct/construct
synced 2025-03-13 21:10:32 +01:00
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…
Add table
Reference in a new issue