From: Mark Wooding Date: Sun, 24 Apr 2016 22:30:30 +0000 (+0100) Subject: with-authinfo-kludge (accept_loop): Might as well use the loop name. X-Git-Tag: 0.1.0~8 X-Git-Url: https://git.distorted.org.uk/~mdw/with-authinfo-kludge/commitdiff_plain/e0b2f3277cbedeca090d16552c730eb8d40b638b with-authinfo-kludge (accept_loop): Might as well use the loop name. --- 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) {