mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 07:05:26 -04:00
Fixup jsonapi server stopping
This commit is contained in:
parent
f12ec2b535
commit
33c2f56a8e
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@ void JsonApiServer::restart()
|
|||
void JsonApiServer::onStopRequested()
|
||||
{
|
||||
RS_STACK_MUTEX(mServiceMutex);
|
||||
if(mService->is_up()) mService->stop();
|
||||
mService->stop();
|
||||
}
|
||||
|
||||
uint16_t JsonApiServer::listeningPort() const { return mListeningPort; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue