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);
|
debug_decl(python_plugin_policy_close, PYTHON_DEBUG_CALLBACKS);
|
||||||
python_plugin_close(&plugin_ctx, CALLBACK_PYNAME(close), exit_status, error);
|
python_plugin_close(&plugin_ctx, CALLBACK_PYNAME(close), exit_status, error);
|
||||||
|
debug_return;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
Reference in New Issue
Block a user