Update SandMan.cpp
This commit is contained in:
parent
365fb95b02
commit
8873474344
|
@ -3199,7 +3199,7 @@ SB_RESULT(void*) CSandMan::StopSbie(bool andRemove)
|
|||
SB_RESULT(void*) Status;
|
||||
|
||||
if (theAPI->IsConnected()) {
|
||||
Status = theAPI->TerminateAll();
|
||||
Status = theAPI->TerminateAll(true);
|
||||
theAPI->Disconnect();
|
||||
}
|
||||
if (!Status.IsError()) {
|
||||
|
|
Loading…
Reference in New Issue