|
|
@ -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 */
|
|
|
|
/* Expression checker use it, so init first */
|
|
|
|
init_state(&state);
|
|
|
|
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
|
|
|
|
/* if( (rc = log_open(BFORCE_LOGFILE, NULL, NULL)) ) //compiled in
|
|
|
|
{
|
|
|
|
{
|
|
|
|
log("can't continue without logging");
|
|
|
|
log("can't continue without logging");
|
|
|
|