--- lbbs/src/init.c 2004/10/22 15:20:32 1.6 +++ lbbs/src/init.c 2005/03/20 14:37:37 1.8 @@ -42,8 +42,8 @@ init_daemon (void) else if (pid < 0) exit (1); - for (i = 0; i < NOFILE; ++i) - close (i); +// for (i = 0; i < NOFILE; ++i) +// close (i); chdir (app_home_dir); umask (0); @@ -63,7 +63,7 @@ load_conf (const char *conf_file) if ((fin = fopen (conf_file, "r")) == NULL) { - log_error ("Open bbsd.conf failed"); + log_error ("Open %s failed", conf_file); return -1; }