From 547e7e9b382255b1699ff897f40fb4ed659c3360 Mon Sep 17 00:00:00 2001 From: danieldg Date: Tue, 13 Oct 2009 00:43:52 +0000 Subject: Remove needless chdir() from inspircd executable git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11865 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 b8d675ef1..540653567 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -1673,7 +1673,7 @@ bool ServerConfig::DoInclude(const std::string &file, bool allowexeinc) if ((newfile[0] != '/') && (!StartsWithWindowsDriveLetter(newfile))) { - pos = confpath.rfind("/") + pos = confpath.rfind("/"); if(pos != std::string::npos) { /* Leaves us with just the path */ -- cgit v1.2.3