about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2024-01-23 22:20:21 +0100
committerAlexander Barton <alex@barton.de>2024-01-23 22:21:33 +0100
commita1c2ac5d5b442da82a3bf82791428d6c3d61a46e (patch)
treee8c4a8ed298cd2202d6a7850efb0b41a5f2b5e1f /src
parent951c8b84ab926298bf2fb05a172cf75d80300289 (diff)
downloadngircd-a1c2ac5d5b442da82a3bf82791428d6c3d61a46e.tar.gz
ngircd-a1c2ac5d5b442da82a3bf82791428d6c3d61a46e.zip
2nd attempt to always show the correct config file name ...
But we are getting there!
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/conf.c2
1 files changed, 1 insertions, 1 deletions
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);
 	}