]> arthur.barton.de Git - ngircd-alex.git/commitdiff
2nd attempt to always show the correct config file name ...
authorAlexander Barton <alex@barton.de>
Tue, 23 Jan 2024 21:20:21 +0000 (22:20 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 23 Jan 2024 21:21:33 +0000 (22:21 +0100)
But we are getting there!

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);
        }