From 2b5d43b8aa6626364b8634dbb59f11f2db1e831b Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 22 Aug 2012 10:20:27 -0400 Subject: [PATCH] Add missing debug_return --- plugins/sudoers/logging.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/sudoers/logging.c b/plugins/sudoers/logging.c index 8ad8e5cb6..11166101f 100644 --- a/plugins/sudoers/logging.c +++ b/plugins/sudoers/logging.c @@ -337,6 +337,8 @@ log_failure(int status, int flags) else if (flags == NOT_FOUND_DOT) warningx(_("ignoring `%s' found in '.'\nUse `sudo ./%s' if this is the `%s' you wish to run."), user_cmnd, user_cmnd, user_cmnd); } + + debug_return; } /* @@ -378,6 +380,8 @@ log_auth_failure(int status, int tries) } else if (ISSET(status, FLAG_NON_INTERACTIVE)) { log_error(flags, _("a password is required")); } + + debug_return; } /*