1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-29 06:33:22 +00:00

Fixed edge case bug on linux where if KVM is running when parent process is terminated, the kvm process causes the agent to restart.

This commit is contained in:
Bryan Roe
2020-08-03 10:42:37 -07:00
parent 3afdfe3609
commit 584c967ac9

View File

@@ -1331,6 +1331,7 @@ void* kvm_relay_restart(int paused, void *processPipeMgr, ILibKVM_WriteHandler w
if (dispid != NULL) { setenv("DISPLAY", dispid, 1); }
kvm_server_mainloop((void*)0);
exit(0);
return(NULL);
}
else