From 3362df2463a12d4f4fb61820c55c1197b3cc0eea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Mon, 2 Aug 2010 20:40:32 +0000 Subject: [PATCH] * don't flush room/floorlists at the end of each request. This requires a re-bootstrap. --- webcit/roomlist.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/webcit/roomlist.c b/webcit/roomlist.c index 35e9f4ca1..2faa0d574 100644 --- a/webcit/roomlist.c +++ b/webcit/roomlist.c @@ -798,17 +798,6 @@ void jsonRoomFlr(void) end_burst(); } - -void -SessionDetachModule_ROOMLIST -(wcsession *sess) -{ - DeleteHash(&sess->Floors); - DeleteHash(&sess->Rooms); - DeleteHash(&sess->FloorsByName); -} - - #define POP3_HOST 0 #define POP3_USERNAME 1 #define POP3_PASSWORD 2 -- 2.30.2