]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/conf.c
2nd attempt to always show the correct config file name ...
[ngircd.git] / src / ngircd / conf.c
index 9c8a4de6d1cc15c14adadc5d057d37cd71192a66..534a63060bd37be07c8ad89f2b9795ac055baa83 100644 (file)
@@ -980,7 +980,7 @@ Read_Config(bool TestOnly, bool IsStarting)
 #endif
 
        if (fd) {
-               Read_Config_File(NGIRCd_ConfFile, fd);
+               Read_Config_File(ptr, fd);
                fclose(fd);
        }