From e0b2f3277cbedeca090d16552c730eb8d40b638b Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 24 Apr 2016 23:30:30 +0100 Subject: [PATCH] with-authinfo-kludge (accept_loop): Might as well use the loop name. --- with-authinfo-kludge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-authinfo-kludge b/with-authinfo-kludge index 2ba8969..950ea3b 100755 --- a/with-authinfo-kludge +++ b/with-authinfo-kludge @@ -772,7 +772,7 @@ sub accept_loop () { elsif ($! == EINTR) { next SELECT; } else { sysfail "select failed: $!"; } FD: for my $fd (keys %SERVMAP) { - next unless vec $rfd_out, $fd, 1; + next FD unless vec $rfd_out, $fd, 1; my ($s, $a, $sk) = @{$SERVMAP{$fd}}; my $nsk; unless (accept $nsk, $sk) { -- 2.11.0