X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Froomlist.c;h=b9f967ce6cd6fd988e9897130c2d931c9b1fdd81;hb=HEAD;hp=42cd9db107315c134dec0a4d35b559cbba7f482d;hpb=6636ac9321f0ddb1cc2d21c5f806576396651e38;p=citadel.git diff --git a/webcit/roomlist.c b/webcit/roomlist.c index 42cd9db10..ccd54e074 100644 --- a/webcit/roomlist.c +++ b/webcit/roomlist.c @@ -3,7 +3,7 @@ */ #include "webcit.h" -#include "webserver.h" + typedef enum __eRoomParamType { eNotSet, @@ -441,7 +441,7 @@ HashList *GetThisRoomPossibleMAlias(StrBuf *Target, WCTemplputParams *TP) if (Domains == NULL) return NULL; if (GetCount(Domains) == 0) { - DeleteHash(Domains); + DeleteHash(&Domains); return NULL; } PossibleAliases = NewHash(1, NULL);