diff --git a/src/options.c b/src/options.c index 170329e8b..66a9318ad 100644 --- a/src/options.c +++ b/src/options.c @@ -4324,7 +4324,7 @@ int pfxfn_verbose(int optidx UNUSED, int req, boolean negated, } if (req == do_handler) { reslt = handler_verbose(optidx); - return optn_ok; + return reslt; } return optn_ok; }