spaces and parenthesis
This commit is contained in:
parent
b068428bbc
commit
3bae7a5432
|
@ -70,7 +70,6 @@ if ( !$id ) {
|
|||
|
||||
( $id ) = $id =~ /^(\w+)$/;
|
||||
|
||||
|
||||
my $sock_file = $Config{ZM_PATH_SOCKS}.'/zmcontrol-'.$id.'.sock';
|
||||
Debug("zmcontrol: arg string: $arg_string sock file $sock_file");
|
||||
|
||||
|
|
|
@ -732,7 +732,7 @@ function buildControlCommand( $monitor ) {
|
|||
}
|
||||
}
|
||||
$ctrlCommand .= ' --command='.$_REQUEST['control'];
|
||||
return( $ctrlCommand );
|
||||
return $ctrlCommand;
|
||||
}
|
||||
|
||||
function sendControlCommand($mid, $command) {
|
||||
|
|
Loading…
Reference in New Issue