diff --git a/source/bforce/bforce.c b/source/bforce/bforce.c index 0e2acb6..1b1f9f0 100644 --- a/source/bforce/bforce.c +++ b/source/bforce/bforce.c @@ -334,11 +334,6 @@ int main(int argc, char *argv[], char *envp[]) } } - if( opts.inetd && opts.runmode != MODE_ANSWER && opts.runmode != MODE_CALL_STDIO ) - { - usage(); - exit(BFERR_FATALERROR); - } /* Expression checker use it, so init first */ init_state(&state); @@ -423,6 +418,15 @@ int main(int argc, char *argv[], char *envp[]) } } + /* + if( opts.inetd && opts.runmode != MODE_ANSWER && opts.runmode != MODE_CALL_STDIO ) + { + usage(); + exit(BFERR_FATALERROR); + } + */ + + /* if( (rc = log_open(BFORCE_LOGFILE, NULL, NULL)) ) //compiled in { log("can't continue without logging");