Browse Source

option_parser.cpp

passthrough-depth
Antonio SJ Musumeci 1 month ago
parent
commit
8f5ef638ec
  1. 2
      src/option_parser.cpp

2
src/option_parser.cpp

@ -251,7 +251,7 @@ _process_mount(Config::ErrVec *errs_,
static
void
_postprocess_passthrough(Config &cfg)
_postprocess_passthrough()
{
if(cfg.passthrough == Passthrough::ENUM::OFF)
return;

Loading…
Cancel
Save