mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Differentiate path_find response (RIPD-1013)
This commit is contained in:
committed by
Scott Schurr
parent
aa0e17dd93
commit
464410d8be
@@ -425,12 +425,14 @@ Json::Value PathRequest::doClose (Json::Value const&)
|
||||
{
|
||||
m_journal.debug << iIdentifier << " closed";
|
||||
ScopedLockType sl (mLock);
|
||||
jvStatus[jss::closed] = true;
|
||||
return jvStatus;
|
||||
}
|
||||
|
||||
Json::Value PathRequest::doStatus (Json::Value const&)
|
||||
{
|
||||
ScopedLockType sl (mLock);
|
||||
jvStatus[jss::status] = jss::success;
|
||||
return jvStatus;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user