2
0
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:
Robert Manner
2020-02-03 13:44:47 +01:00
committed by Todd C. Miller
parent 62524416eb
commit 67ab6fd5d6

View File

@@ -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