aboutsummaryrefslogtreecommitdiff
path: root/src/server.cpp
diff options
context:
space:
mode:
authorGravatar attilamolnar2013-06-18 21:13:09 +0200
committerGravatar attilamolnar2013-06-18 21:13:09 +0200
commit9b91781b0fafba1eb2000baa0a08ece8d48eac31 (patch)
tree3c15b1fd673efb0396a59cb83d97ff7d9191fb20 /src/server.cpp
parentAlways set the topic in Channel::SetTopic(), move access checks into cmd_topic (diff)
Remove unused exit codes
Diffstat (limited to 'src/server.cpp')
-rw-r--r--src/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server.cpp b/src/server.cpp
index 55c230f96..580ee5310 100644
--- a/src/server.cpp
+++ b/src/server.cpp
@@ -36,7 +36,7 @@ void InspIRCd::SignalHandler(int signal)
else if (signal == SIGTERM)
#endif
{
- Exit(signal);
+ Exit(EXIT_STATUS_SIGTERM);
}
}