1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00

2nd attempt to always show the correct config file name ...

But we are getting there!
This commit is contained in:
Alexander Barton 2024-01-23 22:20:21 +01:00
parent 951c8b84ab
commit a1c2ac5d5b

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