Updates for beta10
This commit is contained in:
@@ -819,10 +819,8 @@ command_result QueryClient::handleCommandServerSnapshotDeploy(Command& cmd) {
|
||||
if(hash.empty()) return command_result{error::parameter_invalid, "Invalid hash (not present)"};
|
||||
debugMessage(this->getServerId(), "Serversnapshot calculated hash: {}", hash);
|
||||
bool mapping = cmd.hasParm("mapping");
|
||||
cmd.disableParm("mapping");
|
||||
|
||||
bool ignore_hash = cmd.hasParm("ignorehash");
|
||||
cmd.disableParm("ignorehash");
|
||||
cmd.clear_parameters();
|
||||
|
||||
cmd.pop_bulk();
|
||||
auto str = cmd.build().substr(strlen("serversnapshotdeploy "));
|
||||
|
||||
Reference in New Issue
Block a user