From: Alexander Barton Date: Tue, 23 Jan 2024 21:20:21 +0000 (+0100) Subject: 2nd attempt to always show the correct config file name ... X-Git-Tag: rel-27-rc1~51 X-Git-Url: https://arthur.ath.cx/gitweb/?a=commitdiff_plain;h=a1c2ac5d5b442da82a3bf82791428d6c3d61a46e;p=ngircd-alex.git 2nd attempt to always show the correct config file name ... But we are getting there! --- 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); }