From 8f5ef638ecca48b888c351d939136658c51f5983 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 2 Oct 2025 19:34:38 -0500 Subject: [PATCH] option_parser.cpp --- src/option_parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;