summaryrefslogtreecommitdiffstats
path: root/src/rpc-server
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-07-27 16:27:33 +0300
committerimarom <imarom@cisco.com>2016-07-27 17:03:58 +0300
commit72ff70e2b51f293092bd3c148eea0a4439c1b29e (patch)
treedb0634ebf2214321984f7865a7aac5b0e0501924 /src/rpc-server
parent344e3045d8346b4b204692e591e1556fc2333f97 (diff)
removed was_stopped
Diffstat (limited to 'src/rpc-server')
-rw-r--r--src/rpc-server/commands/trex_rpc_cmd_general.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc-server/commands/trex_rpc_cmd_general.cpp b/src/rpc-server/commands/trex_rpc_cmd_general.cpp
index c3fba8e1..080856c2 100644
--- a/src/rpc-server/commands/trex_rpc_cmd_general.cpp
+++ b/src/rpc-server/commands/trex_rpc_cmd_general.cpp
@@ -111,7 +111,7 @@ TrexRpcCmdShutdown::_run(const Json::Value &params, Json::Value &result) {
}
/* signal that we got a shutdown request */
- get_stateless_obj()->get_platform_api()->mark_for_shutdown("server received RPC 'shutdown' request");
+ get_stateless_obj()->get_platform_api()->mark_for_shutdown();
result["result"] = Json::objectValue;
return (TREX_RPC_CMD_OK);