mirror of
https://github.com/osmarks/ngircd.git
synced 2025-08-05 05:13:45 +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
|
#endif
|
||||||
|
|
||||||
if (fd) {
|
if (fd) {
|
||||||
Read_Config_File(NGIRCd_ConfFile, fd);
|
Read_Config_File(ptr, fd);
|
||||||
fclose(fd);
|
fclose(fd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user