Removed commented out signal blocks
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2036 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
e4846f525c
commit
cd709e4f2c
|
@ -92,10 +92,6 @@ foreach my $connection ( @in_select_connections )
|
|||
vec( $base_rin, $connection->fileno(), 1 ) = 1;
|
||||
}
|
||||
|
||||
#my $sigset = POSIX::SigSet->new;
|
||||
#my $blockset = POSIX::SigSet->new( SIGCHLD );
|
||||
#sigprocmask( SIG_BLOCK, $blockset, $sigset ) or die( "Can't block SIGCHLD: $!" );
|
||||
|
||||
my %spawned_connections;
|
||||
my %monitors;
|
||||
|
||||
|
|
Loading…
Reference in New Issue