summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-21 19:54:00 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-21 19:54:00 +0000
commit972203736bb030da11b01e8ac7a47c75f842bf7f (patch)
tree0576fef8126a1c2cf64bbf588acc5c82de027ea0 /src
parent812ccef476fc9c2a7768c315c65feac9be3220f5 (diff)
Squash unused var error
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7103 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/cmd_restart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_restart.cpp b/src/cmd_restart.cpp
index aece08591..c910df8ba 100644
--- a/src/cmd_restart.cpp
+++ b/src/cmd_restart.cpp
@@ -32,7 +32,7 @@ CmdResult cmd_restart::Handle (const char** parameters, int pcnt, userrec *user)
{
ServerInstance->Restart("Server restarting.");
}
- catch (CoreException &e)
+ catch (...)
{
/* We dont actually get here unless theres some fatal and unrecoverable error. */
exit(0);