Prevent infinite loop if service is running from wrong path
This commit is contained in:
parent
ac9930e270
commit
6dd3dcd8d5
1 changed files with 0 additions and 2 deletions
|
@ -266,8 +266,6 @@ static MyBackendDelegate my_procdel;
|
|||
static void CreateLocalOrRemoteBackend(bool remote) {
|
||||
delete g_backend;
|
||||
|
||||
g_first_state_msg = false;
|
||||
|
||||
if (!remote) {
|
||||
g_backend = CreateNativeTunsafeBackend(g_backend_delegate);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue