diff --git a/scripts/zmtrigger.pl.in b/scripts/zmtrigger.pl.in index 6111828ba..d7ef79f68 100644 --- a/scripts/zmtrigger.pl.in +++ b/scripts/zmtrigger.pl.in @@ -219,7 +219,7 @@ while( 1 ) { Debug( "Got input from $nfound connections\n" ); foreach my $connection ( @in_select_connections ) { - { + if ( vec( $rout, $connection->fileno(), 1 ) ) { Debug( "Got input from connection "