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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user