summaryrefslogtreecommitdiff
path: root/src/dynamic.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-26 14:23:12 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-26 14:23:12 +0000
commit99b6380933cd5f80dc052dc085b6615b3d055734 (patch)
tree855ca1e2cb5cf62009e6fa385d635ecd9aa60a3c /src/dynamic.cpp
parentc4c52af569d05b676613b6f48c4c7b010b5ac251 (diff)
Added back unlink
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2926 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/dynamic.cpp')
-rw-r--r--src/dynamic.cpp2
1 files changed, 1 insertions, 1 deletions
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
}