mirror of
https://github.com/osmarks/ngircd.git
synced 2025-09-30 07:52:24 +00:00
2nd attempt to always show the correct config file name ...
But we are getting there!
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user