Path: blob/main/comms/bforce-kst/files/patch-bforce.c
16461 views
--- bforce/bforce.c Thu Nov 21 23:22:55 20021+++ bforce/bforce.c Sat Apr 3 21:47:04 20042@@ -414,12 +419,12 @@3}4}56- if( (rc = log_open(log_getfilename(LOG_FILE_SESSION), NULL, NULL)) )7+/* if( (rc = log_open(log_getfilename(LOG_FILE_SESSION), NULL, NULL)) )8{9log("can't continue without logging");10gotoexit(BFERR_FATALERROR);11}12-13+*/14/* Process primary config file */15if( opts.confname && *opts.confname )16rc = conf_readconf(opts.confname, 0);17@@ -433,7 +438,7 @@18(void)conf_readconf(opts.incname, 1);1920/* Reopen log file if it was defined in config */21- if( log_reopen(log_getfilename(LOG_FILE_SESSION), NULL, NULL) )22+ if( log_open(log_getfilename(LOG_FILE_SESSION), NULL, NULL) )23{24log("can't continue without logging");25gotoexit(BFERR_FATALERROR);262728