From: Art Cancro Date: Fri, 31 Dec 2010 19:50:52 +0000 (-0500) Subject: 503 Service Unavailable when we can't connect to citserver X-Git-Tag: v8.11~943 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;ds=sidebyside;h=01447cc1500344dddf453768c8071c7351bd8c33;p=citadel.git 503 Service Unavailable when we can't connect to citserver --- diff --git a/webcit/serv_func.c b/webcit/serv_func.c index 8585744af..6a53a3678 100644 --- a/webcit/serv_func.c +++ b/webcit/serv_func.c @@ -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; } diff --git a/webcit/webcit.c b/webcit/webcit.c index da57d4723..603ac60cf 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -663,6 +663,7 @@ void session_loop(void) wc_printf("\n"); end_burst(); goto SKIP_ALL_THIS_CRAP; + } }