diff --git a/miniserv.pl b/miniserv.pl index bd55d3cd2..0922f2b73 100755 --- a/miniserv.pl +++ b/miniserv.pl @@ -1105,11 +1105,7 @@ while(1) { else { # Session is OK print $outfd "2 $user\n"; - if ($lot && - $time_now - $ltime > - ($lot*60)/2) { - $sessiondb{$skey} = "$user $time_now $ip"; - } + $sessiondb{$skey} = "$user $time_now $ip"; } } }