Author: Alex Badea <vampire@p16.pub.ro>
[ircu2.10.12-pk.git] / ircd / channel.c
index 11a0f0219dbe4a7408c7adce76c512ed0f12f8ff..56fa07fe81ff1177df5966167e188fe37902d733 100644 (file)
@@ -1984,7 +1984,7 @@ modebuf_extract(struct ModeBuf *mbuf, char *buf)
   int i, bufpos = 0, len;
   int *flag_p;
   char *key = 0, limitbuf[20];
-  char *apass, *upass;
+  char *apass = 0, *upass = 0;
 
   assert(0 != mbuf);
   assert(0 != buf);