]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
Cleanup of previous commit
[citadel.git] / webcit / webcit.c
index da57d4723a717f8e00315d11a1e3ce1860279bd0..8f930f1cbc8e66763b784e96e324b7a53cda806d 100644 (file)
@@ -647,8 +647,7 @@ void session_loop(void)
        }
 
        /*
-        * If we're not connected to a Citadel server, try to hook up the
-        * connection now.
+        * If we're not connected to a Citadel server, try to hook up the connection now.
         */
        if (!WCC->connected) {
                if (GetConnected()) {
@@ -663,9 +662,9 @@ void session_loop(void)
                        wc_printf("</body></html>\n");
                        end_burst();
                        goto SKIP_ALL_THIS_CRAP;
+               }
        }
 
-
        /*
         * If we're not logged in, but we have authentication data (either from
         * a cookie or from http-auth), try logging in to Citadel using that.