mirror of
https://github.com/osmarks/ngircd.git
synced 2025-03-03 16:15:21 +00:00
2nd attempt to always show the correct config file name ...
But we are getting there!
This commit is contained in:
parent
951c8b84ab
commit
a1c2ac5d5b
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user