one too many curly brackets

This commit is contained in:
Andrew Bauer 2016-02-22 06:59:14 -06:00
parent a2e06ed70c
commit 0fce33b2d3
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ while( 1 )
{ {
Debug( "Got input from $nfound connections\n" ); Debug( "Got input from $nfound connections\n" );
foreach my $connection ( @in_select_connections ) { foreach my $connection ( @in_select_connections ) {
{
if ( vec( $rout, $connection->fileno(), 1 ) ) if ( vec( $rout, $connection->fileno(), 1 ) )
{ {
Debug( "Got input from connection " Debug( "Got input from connection "