* kill 401 sessions instantly, since we won't find them later anyway...
authorWilfried Göesgens <willi@citadel.org>
Thu, 20 Aug 2009 23:00:39 +0000 (23:00 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 20 Aug 2009 23:00:39 +0000 (23:00 +0000)
webcit/webcit.c

index 822e55fc5d2019884b12fe352c0f37e4ea763052..33fcc7046b56c06d387b7dbfa68df90fac31535f 100644 (file)
@@ -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;
 }
 
 /*