sudo_module_register_conv_message: fix copy pasta in debug_decl

This commit is contained in:
Todd C. Miller
2023-07-24 10:47:15 -06:00
parent 0462a4ee8c
commit 56b829f66b

View File

@@ -79,7 +79,7 @@ static PyMethodDef _sudo_ConvMessage_class_methods[] =
int
sudo_module_register_conv_message(PyObject *py_module)
{
debug_decl(_sudo_module_register_conv_message, PYTHON_DEBUG_INTERNAL);
debug_decl(sudo_module_register_conv_message, PYTHON_DEBUG_INTERNAL);
int rc = SUDO_RC_ERROR;
PyObject *py_class = NULL;