Merge pull request #3452 from gonzalezcalleja/fix_zmpkg_capturing
Fix zmpkg recording statuspull/3454/head
commit
d76f2e4b0b
|
@ -83,7 +83,7 @@ if ( $command and ( $command !~ /^(?:start|stop|restart|status|logrot|version)$/
|
|||
Error("Unknown function $function, defaulting to Mocord");
|
||||
}
|
||||
} elsif (@state == 4) {
|
||||
($id, $capturing, $analysing, $capturing) = @state;
|
||||
($id, $capturing, $analysing, $recording) = @state;
|
||||
} else {
|
||||
Error("Unknown state in @state");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue