Merge branch 'master' of github.com:ZoneMinder/ZoneMinder

pull/2122/head
Isaac Connor 2018-06-11 14:08:19 -04:00
commit a4ade03e6f
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ sub start {
sigprocmask(SIG_BLOCK, $blockset, $sigset) or Fatal("Can't block SIGCHLD: $!");
if ( my $cpid = fork() ) {
# This logReinit is required. Not sure why.
#logReinit();
logReinit();
$process->{pid} = $cpid;
$process->{started} = time();