]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/dynamic.cpp
Removed some debug notices that were mistakenly in the DEFAULT loglevel
[user/henk/code/inspircd.git] / src / dynamic.cpp
index 1dfb823c67404b379cba2c742dc5775e5bf42e94..dfc02ac245c444c37e667596d1319e1263e4b919 100644 (file)
@@ -71,7 +71,7 @@ DLLManager::DLLManager(char *fname)
        FILE* x = fopen(fname,"rb");
        char tmpfile_template[255];
        char buffer[65536];
-       snprintf(tmpfile_template, 255, "/tmp/inspircd_file.so.%d.XXXXXXXXXX",getpid());
+       snprintf(tmpfile_template, 255, "%s/inspircd_file.so.%d.XXXXXXXXXX",Config->TempDir,getpid());
        int fd = mkstemp(tmpfile_template);
        while (!feof(x))
        {