X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Froomops.c;h=5c076b0c9c1a7e4969f0e95f7eda2c11f41cb4cf;hb=6183d89e37d04ae76099a16f0ea812c867adb719;hp=4c1a32d2f83b7a97cf357f0fa1c4ed832a21aebb;hpb=3a3c5f14f7bad6637d48f64c559476904a7f5e9d;p=citadel.git diff --git a/webcit/roomops.c b/webcit/roomops.c index 4c1a32d2f..5c076b0c9 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -1131,6 +1131,7 @@ void netedit(void) { */ void knrooms(void) { + DeleteHash(&WC->Rooms); output_headers(1, 1, 1, 0, 0, 0); do_template("knrooms", NULL); wDumpContent(1);