Parent Directory
|
Revision Log
|
Patch
revision 6644 by michael, Sat Oct 24 18:37:10 2015 UTC | revision 6645 by michael, Sat Oct 24 18:55:04 2015 UTC | |
---|---|---|
# | Line 1253 read_conf_files(int cold) | Line 1253 read_conf_files(int cold) |
1253 | { | { |
1254 | ilog(LOG_TYPE_IRCD, "Unable to read configuration file '%s': %s", | ilog(LOG_TYPE_IRCD, "Unable to read configuration file '%s': %s", |
1255 | filename, strerror(errno)); | filename, strerror(errno)); |
1256 | exit(-1); | exit(EXIT_FAILURE); |
1257 | } | } |
1258 | else | else |
1259 | { | { |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |