From ab9d28a14772e60109aa0bd834d7dcbbe7b9302d Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 10 Feb 2007 00:11:02 +0000 Subject: When opening a file to read, check its not a directory with stat() git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6557 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index 2818de639..83b88b2fa 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -718,12 +718,7 @@ bool ConfigReader::Verify() FileReader::FileReader(InspIRCd* Instance, const std::string &filename) : ServerInstance(Instance) { - file_cache c; - if (!ServerInstance->Config->ReadFile(c,filename.c_str())) - { - this->fc = c; - this->CalcSize(); - } + LoadFile(filename); } FileReader::FileReader(InspIRCd* Instance) : ServerInstance(Instance) -- cgit v1.2.3