diff --git a/src/option_parser.cpp b/src/option_parser.cpp index f4efaaa9..ff10cdb5 100644 --- a/src/option_parser.cpp +++ b/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;