Fix zmpkg recording status
parent
e943f0a411
commit
4a1dbc884d
|
@ -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