]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Remove unnecessary initialization that violates const.
authorJilles Tjoelker <redacted>
Thu, 27 Nov 2008 21:50:01 +0000 (22:50 +0100)
committerJilles Tjoelker <redacted>
Thu, 27 Nov 2008 21:50:01 +0000 (22:50 +0100)
src/hostmask.c

index d02404882ce8cc0de294885dc092e4d211003d74..aba22779341c00a9f0a5a198dd173d99d0bafd51 100644 (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;