Parent Directory
|
Revision Log
|
Patch
| Revision 1.6 by sysadm, Fri Oct 22 15:20:32 2004 UTC | Revision 1.7 by sysadm, Thu Mar 17 10:48:46 2005 UTC | |
|---|---|---|
| # | Line 63 load_conf (const char *conf_file) | Line 63 load_conf (const char *conf_file) |
| 63 | ||
| 64 | if ((fin = fopen (conf_file, "r")) == NULL) | if ((fin = fopen (conf_file, "r")) == NULL) |
| 65 | { | { |
| 66 | log_error ("Open bbsd.conf failed"); | log_error ("Open %s failed", conf_file); |
| 67 | return -1; | return -1; |
| 68 | } | } |
| 69 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |