X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/6c27603e115b881ab4c43321c1cc9764acef0a22..1fbb1306f51a7081c3dd16620f1ad3b6eb3e49de:/noperserv/noperserv.c diff --git a/noperserv/noperserv.c b/noperserv/noperserv.c index f54a9035..dc1162af 100644 --- a/noperserv/noperserv.c +++ b/noperserv/noperserv.c @@ -147,7 +147,7 @@ void _fini() { /* @test */ int noperserv_hello(void *sender, int cargc, char **cargv) { - char *newaccount; + char *newaccount = NULL; no_autheduser *au; int i; nick *np = (nick *)sender, *np2, *target = NULL;