mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-01 14:55:12 +00:00
plugins/python/python_plugin_policy: add missing debug return
This commit is contained in:
committed by
Todd C. Miller
parent
62524416eb
commit
67ab6fd5d6
@@ -86,6 +86,7 @@ python_plugin_policy_close(int exit_status, int error)
|
||||
{
|
||||
debug_decl(python_plugin_policy_close, PYTHON_DEBUG_CALLBACKS);
|
||||
python_plugin_close(&plugin_ctx, CALLBACK_PYNAME(close), exit_status, error);
|
||||
debug_return;
|
||||
}
|
||||
|
||||
static int
|
||||
|
Reference in New Issue
Block a user