Remove Security system as it is useless

This commit is contained in:
2024-05-19 12:07:50 +02:00
parent a9600f8d02
commit 62d37d227d
9 changed files with 32 additions and 167 deletions

View File

@@ -230,7 +230,7 @@ void ServerThread(RenderD7::Parameter param) {
return;
}
rd7i_idb_running = true;
rd7_security->SafeExit(KillIdbServer);
atexit(KillIdbServer);
tcp_server server("0.0.0.0", 4727);
int cmd = 0;
while (true && !rd7i_idb_fp) {