From 29952dce1e7655465a571f7378246eae87dd92b5 Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Mon, 11 May 2026 21:57:34 -0500 Subject: [PATCH] Also reset already_authuser --- miniserv.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/miniserv.pl b/miniserv.pl index ac52dd7bc..ed38171ba 100755 --- a/miniserv.pl +++ b/miniserv.pl @@ -1327,6 +1327,7 @@ $baseauthuser = undef; $authpass = undef; $session_id = undef; $already_session_id = undef; +$already_authuser = undef; $miniserv_internal = undef; $querystring = undef; $queryargs = undef;