one too many curly brackets
This commit is contained in:
parent
a2e06ed70c
commit
0fce33b2d3
|
@ -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 "
|
||||||
|
|
Loading…
Reference in New Issue