Browse Source

option_parser.cpp

config
Antonio SJ Musumeci 2 days ago
parent
commit
400ee2545b
  1. 4
      src/option_parser.cpp

4
src/option_parser.cpp

@ -137,10 +137,6 @@ _parse_and_process_kv_arg(OptData *optdata_,
rv = 0;
if(key == "config")
return ((cfg.from_file(val_,optdata_->errs) < 0) ? 1 : 0);
ef(key == "attr_timeout")
key = "cache.attr";
ef(key == "entry_timeout")
key = "cache.entry";
ef(key == "noforget" && val.empty())
{key = "remember-nodes", val = "-1";}

Loading…
Cancel
Save