From c4c52af569d05b676613b6f48c4c7b010b5ac251 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 26 Jan 2006 14:21:54 +0000 Subject: Damn string exceptions git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2925 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/dynamic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dynamic.cpp') diff --git a/src/dynamic.cpp b/src/dynamic.cpp index e96c9d905..73edf4e6b 100644 --- a/src/dynamic.cpp +++ b/src/dynamic.cpp @@ -72,7 +72,7 @@ DLLManager::DLLManager(char *fname) err = (char*)dlerror(); close(fd); // We can delete the tempfile once it's loaded, leaving just the inode. - unlink(tmpfile_template); + //unlink(tmpfile_template); #endif } -- cgit v1.3.1-10-gc9f91