mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-12 08:10:46 -04:00
disabled Quit / Exit RPC command - it is not functioning correctly.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5531 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7a55bbc029
commit
b52f8dd2b1
1 changed files with 2 additions and 0 deletions
|
@ -86,9 +86,11 @@ int RpcProtoSystem::processMsg(uint32_t chan_id, uint32_t msg_id, uint32_t req_i
|
||||||
case rsctrl::system::MsgId_RequestSystemStatus:
|
case rsctrl::system::MsgId_RequestSystemStatus:
|
||||||
processSystemStatus(chan_id, msg_id, req_id, msg);
|
processSystemStatus(chan_id, msg_id, req_id, msg);
|
||||||
break;
|
break;
|
||||||
|
#if 0
|
||||||
case rsctrl::system::MsgId_RequestSystemQuit:
|
case rsctrl::system::MsgId_RequestSystemQuit:
|
||||||
processSystemQuit(chan_id, msg_id, req_id, msg);
|
processSystemQuit(chan_id, msg_id, req_id, msg);
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
default:
|
default:
|
||||||
std::cerr << "RpcProtoSystem::processMsg() ERROR should never get here";
|
std::cerr << "RpcProtoSystem::processMsg() ERROR should never get here";
|
||||||
std::cerr << std::endl;
|
std::cerr << std::endl;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue