Add missing debug_return

This commit is contained in:
Todd C. Miller
2012-08-22 10:20:27 -04:00
parent 2d3a0d14d3
commit 2b5d43b8aa

View File

@@ -337,6 +337,8 @@ log_failure(int status, int flags)
else if (flags == NOT_FOUND_DOT) 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); 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)) { } else if (ISSET(status, FLAG_NON_INTERACTIVE)) {
log_error(flags, _("a password is required")); log_error(flags, _("a password is required"));
} }
debug_return;
} }
/* /*