diff options
| author | 2006-01-26 14:21:54 +0000 | |
|---|---|---|
| committer | 2006-01-26 14:21:54 +0000 | |
| commit | c4c52af569d05b676613b6f48c4c7b010b5ac251 (patch) | |
| tree | 866dcc2c54647d9c11d51fb6e314a9f654f89c44 /src/dynamic.cpp | |
| parent | Grr (diff) | |
Damn string exceptions
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2925 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/dynamic.cpp')
| -rw-r--r-- | src/dynamic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
