spaces and parenthesis

This commit is contained in:
Isaac Connor 2019-06-20 13:28:12 -04:00
parent b068428bbc
commit 3bae7a5432
2 changed files with 1 additions and 2 deletions

View File

@ -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");

View File

@ -732,7 +732,7 @@ function buildControlCommand( $monitor ) {
}
}
$ctrlCommand .= ' --command='.$_REQUEST['control'];
return( $ctrlCommand );
return $ctrlCommand;
}
function sendControlCommand($mid, $command) {