From a1c2ac5d5b442da82a3bf82791428d6c3d61a46e Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 23 Jan 2024 22:20:21 +0100 Subject: [PATCH] 2nd attempt to always show the correct config file name ... But we are getting there! --- src/ngircd/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ngircd/conf.c b/src/ngircd/conf.c index 9c8a4de6..534a6306 100644 --- a/src/ngircd/conf.c +++ b/src/ngircd/conf.c @@ -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); } -- 2.39.2