don't call Debug after select

This line was causing havoc when starting up zoneminder.
This commit is contained in:
Andrew Bauer 2018-06-05 09:43:40 -05:00 committed by GitHub
parent b071aaad7b
commit a25f5f1b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -315,7 +315,6 @@ sub run {
$secs_count += 1;
}
my $nfound = select(my $rout = $rin, undef, undef, $timeout);
Debug("Aftere select $nfound");
if ( $nfound > 0 ) {
if ( vec($rout, fileno(SERVER), 1) ) {
my $paddr = accept(CLIENT, SERVER);