From 99b6380933cd5f80dc052dc085b6615b3d055734 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 26 Jan 2006 14:23:12 +0000 Subject: Added back unlink git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2926 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/dynamic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/dynamic.cpp b/src/dynamic.cpp index 73edf4e6b..e96c9d905 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.2.3