X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fserv_func.c;h=f6642325f27026f73f65a0c802911bbda16e1996;hb=7d60876fdc9e936193c106ea12cbc26af7035b54;hp=dd1cc4deef70c1247a727dc9710237506682a481;hpb=cf09c5cb779279f9ad24545e68414edc0340d6fa;p=citadel.git diff --git a/webcit/serv_func.c b/webcit/serv_func.c index dd1cc4dee..f6642325f 100644 --- a/webcit/serv_func.c +++ b/webcit/serv_func.c @@ -187,7 +187,7 @@ int GetConnected (void) /* Server isn't ready for us? */ if (short_status != 2) { - if (Status == 571) { + if (Status == 551) { hprintf("HTTP/1.1 503 Service Unavailable\r\n"); hprintf("Content-type: text/plain; charset=utf-8\r\n"); wc_printf(_("This server is already serving its maximum number of users and cannot accept any additional logins at this time. Please try again later or contact your system administrator."));