about summary refs log tree commit diff stats
path: root/src/server/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/main.cpp')
-rw-r--r--src/server/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/main.cpp b/src/server/main.cpp
index c20cde9..6315460 100644
--- a/src/server/main.cpp
+++ b/src/server/main.cpp
@@ -16,7 +16,6 @@ Server<int, int> shm;
 void signal_handler(int signal) {
     if (signal == SIGINT) {
         std::cout << "Server shutting down" << '\n';
-        shm.terminate_server();
         exit(0);
     }
 }