final touches on dkim test harness
[citadel.git] / webcit / roomlist.c
index 42cd9db107315c134dec0a4d35b559cbba7f482d..ccd54e07484411e852f0edccb3abf4c7fd05970c 100644 (file)
@@ -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);