]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
Add new member 'PushedDestination' to wcsession. This will be used soon.
[citadel.git] / webcit / webcit.c
index 603ac60cfd2777e149a9753ab8450fe89ce7084e..90f5a3d4a96ff4cd769d086552037efb6085e5e6 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()) {
@@ -666,7 +665,6 @@ void session_loop(void)
                }
        }
 
-
        /*
         * 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.
@@ -959,5 +957,6 @@ SessionDestroyModule_WEBCIT
        FreeStrBuf(&sess->WBuf);
        FreeStrBuf(&sess->HBuf);
        FreeStrBuf(&sess->ImportantMsg);
+       FreeStrBuf(&sess->PushedDestination);
 }