debug_decl and debug_decl_vars now require a semicolon at the end.
This commit is contained in:
@@ -188,7 +188,7 @@ python_plugin_register_logging(sudo_conv_t conversation,
|
||||
sudo_printf_t sudo_printf,
|
||||
char * const settings[])
|
||||
{
|
||||
debug_decl(python_plugin_register_logging, PYTHON_DEBUG_INTERNAL)
|
||||
debug_decl(python_plugin_register_logging, PYTHON_DEBUG_INTERNAL);
|
||||
|
||||
int rc = SUDO_RC_ERROR;
|
||||
if (py_ctx.sudo_conv == NULL)
|
||||
|
@@ -139,7 +139,7 @@ python_debug_register(const char *program,
|
||||
void
|
||||
python_debug_deregister(void)
|
||||
{
|
||||
debug_decl(python_debug_deregister, PYTHON_DEBUG_INTERNAL)
|
||||
debug_decl(python_debug_deregister, PYTHON_DEBUG_INTERNAL);
|
||||
|
||||
if (python_debug_instance != SUDO_DEBUG_INSTANCE_INITIALIZER) {
|
||||
sudo_debug_exit(__func__, __FILE__, __LINE__, sudo_debug_subsys);
|
||||
|
Reference in New Issue
Block a user