From: Wilfried Göesgens Date: Thu, 20 Aug 2009 23:00:39 +0000 (+0000) Subject: * kill 401 sessions instantly, since we won't find them later anyway... X-Git-Tag: v7.86~915 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=5c1eba49fd476d2f17338aff03997baff8a1d440;p=citadel.git * kill 401 sessions instantly, since we won't find them later anyway... --- diff --git a/webcit/webcit.c b/webcit/webcit.c index 822e55fc5..33fcc7046 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -392,7 +392,7 @@ void authorization_required(void) wprintf(_("The resource you requested requires a valid username and password. " "You could not be logged in: %s\n"), message); wDumpContent(0); - + WCC->killthis = 1; } /*