From 5c1eba49fd476d2f17338aff03997baff8a1d440 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Thu, 20 Aug 2009 23:00:39 +0000 Subject: [PATCH] * kill 401 sessions instantly, since we won't find them later anyway... --- webcit/webcit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } /* -- 2.39.2