X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Froomlist.c;fp=webcit%2Froomlist.c;h=129d60bc079b0141a5394046e877c7d014100047;hb=9a02a1c668813fd47f1b9d4d837e91789aa9840a;hp=653f01aa1be0288f8b4c9b46ec4f02d3c4b92e35;hpb=9348dacacb2328b59eff5f821ba8a00a662160fd;p=citadel.git diff --git a/webcit/roomlist.c b/webcit/roomlist.c index 653f01aa1..129d60bc0 100644 --- a/webcit/roomlist.c +++ b/webcit/roomlist.c @@ -13,7 +13,7 @@ HashList *GetWhoKnowsHash(StrBuf *Target, WCTemplputParams *TP) long State; HashList *Whok = NULL; int Done = 0; - int n; + int n = 0; serv_puts("WHOK"); Line = NewStrBuf();