diff --git a/src/option_parser.cpp b/src/option_parser.cpp index e1ed5ee6..a5021868 100644 --- a/src/option_parser.cpp +++ b/src/option_parser.cpp @@ -435,7 +435,7 @@ namespace options errs_->push_back({0,"branches not set"}); if(cfg.mountpoint->empty()) errs_->push_back({0,"mountpoint not set"}); - ::_check_for_mount_loop(cfg,errs_); + ::_check_for_mount_loop(errs_); if(!errs_->empty()) return;