From 0bb707c10c04621f9eb8fdf5211bec8156dbca11 Mon Sep 17 00:00:00 2001 From: peavey Date: Wed, 25 Jul 2007 20:23:18 +0000 Subject: Un-static InspIRCd::Exit and use SignalHandler instead. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7572 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/configreader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configreader.cpp') diff --git a/src/configreader.cpp b/src/configreader.cpp index d4291692f..fc6bdc200 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -550,7 +550,7 @@ void ServerConfig::ReportConfigError(const std::string &errormessage, bool bail, { /* Unneeded because of the ServerInstance->Log() aboive? */ printf("There were errors in your configuration:\n%s\n\n",errormessage.c_str()); - InspIRCd::Exit(EXIT_STATUS_CONFIG); + ServerInstance->Exit(EXIT_STATUS_CONFIG); } else { -- cgit v1.3.1-10-gc9f91