summaryrefslogtreecommitdiffstats
path: root/src/krb5_plugin/sssd_krb5_locator_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/krb5_plugin/sssd_krb5_locator_plugin.c')
-rw-r--r--src/krb5_plugin/sssd_krb5_locator_plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/krb5_plugin/sssd_krb5_locator_plugin.c b/src/krb5_plugin/sssd_krb5_locator_plugin.c
index 725687ddc..a3a07d642 100644
--- a/src/krb5_plugin/sssd_krb5_locator_plugin.c
+++ b/src/krb5_plugin/sssd_krb5_locator_plugin.c
@@ -48,7 +48,7 @@
#define DEBUG_KEY "[sssd_krb5_locator] "
#define PLUGIN_DEBUG(body) do { \
if (ctx->debug) { \
- debug_fn body; \
+ plugin_debug_fn body; \
} \
} while(0)
@@ -61,7 +61,7 @@ struct sssd_ctx {
bool debug;
};
-void debug_fn(const char *format, ...)
+void plugin_debug_fn(const char *format, ...)
{
va_list ap;
char *s = NULL;