503 Service Unavailable when we can't connect to citserver
[citadel.git] / webcit / serv_func.c
index 8585744af915c810dfe857cc6223457feac72127..6a53a36781932b2271b31d3c74c8594046e52762 100644 (file)
@@ -167,7 +167,6 @@ int GetConnected (void)
                WCC->serv_sock = tcp_connectsock(ctdlhost, ctdlport);
        
        if (WCC->serv_sock < 0) {
-               do_logout();
                FreeStrBuf(&WCC->ReadBuf);
                return 1;
        }