mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
fixed compilation warning
This commit is contained in:
parent
b4bfdf2e25
commit
d507f7ea23
@ -284,7 +284,7 @@ int main(int argc, char* argv[])
|
||||
if(jsonApiServer)
|
||||
jsonApiServer->authorizeToken("webui:"+webui_pass1);
|
||||
|
||||
std::atomic<bool> keepRunning = true;
|
||||
std::atomic<bool> keepRunning(true);
|
||||
rsControl->setShutdownCallback([&](int){keepRunning = false;});
|
||||
|
||||
while(keepRunning)
|
||||
|
Loading…
Reference in New Issue
Block a user