Remove unnecessary initialization that violates const.

This commit is contained in:
Jilles Tjoelker 2008-11-27 22:50:01 +01:00
parent e7c8892297
commit 36f0316a72
1 changed files with 1 additions and 1 deletions

View File

@ -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;