diff --git a/src/options.c b/src/options.c index b5e6f71..7d52028 100644 --- a/src/options.c +++ b/src/options.c @@ -371,7 +371,6 @@ void options_parse(int argc, char *argv[]) break; case OPT_LOG_FILE: - option.log = true; option.log_filename = optarg; break;