* fix some fallout from last commit: iconbar now in head.html so no one should call...
[citadel.git] / webcit / auth.c
index e48c4e69ce2d9f606ba9a7d8a6618e76a7341ce8..80543450fdad27f204cb781b726338d4cabbf35c 100644 (file)
@@ -570,6 +570,10 @@ void do_logout(void)
        FlushStrBuf(WC->wc_roomname);
        FlushStrBuf(WC->wc_fullname);
 
+       /* FIXME: this is to suppress the iconbar displaying, because we aren't
+          actually logged out yet */
+       WC->logged_in = 0;
+       
        /** Calling output_headers() this way causes the cookies to be un-set */
        output_headers(1, 1, 0, 1, 0, 0);