X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fserv_func.c;h=32778e275bfa6d9a13b29544e5bb5b85b02bd3f6;hb=92fa06a5835c4d92510dc110be57a092de5ef681;hp=1069858e5cba8790404ea69bfd02a5167547f24c;hpb=aafcd555519fbd1673b02d71e4101d14ba8e8d50;p=citadel.git diff --git a/webcit/serv_func.c b/webcit/serv_func.c index 1069858e5..32778e275 100644 --- a/webcit/serv_func.c +++ b/webcit/serv_func.c @@ -182,7 +182,6 @@ int GetConnected (void) WCC->connected = 1; StrBuf_ServGetln(Buf); /* get the server greeting */ short_status = GetServerStatus(Buf, &Status); - lprintf(9, "\033[32mGREETING: %s\033[0m\n", ChrPtr(Buf)); FreeStrBuf(&Buf); /* Server isn't ready for us? */ @@ -201,6 +200,8 @@ int GetConnected (void) return 1; } + /* 2010jun03: every now and then the connection to Citadel dies before this point. why? */ + /* * From what host is our user connecting? Go with * the host at the other end of the HTTP socket,