* GetNetConfigHash(): fix some edge cases
[citadel.git] / webcit / roomops.h
index 0917a41d48415e4a53de3960d4602b27a80894ae..4f82fa373ac8e57e3e92d8ef4a82361e0d1d4f37 100644 (file)
@@ -104,7 +104,7 @@ typedef struct _folder {
        
        int BumpUsers; /* if SETR set to 1 to make all users who knew this room to forget about it. */
 
-       HashList *IgnetCfgs[maxRoomNetCfg];
+       HashList *IgnetCfgs[maxRoomNetCfg + 1];
 }folder;
 
 HashList *GetFloorListHash(StrBuf *Target, WCTemplputParams *TP);