Pushed to master under the one-liner rule.
From 1e381a3c28eb8aaaed599ffbb6885832248297b8 Mon Sep 17 00:00:00 2001
From: Stephen Gallagher <sgall...@redhat.com>
Date: Fri, 15 Jun 2012 07:47:26 -0400
Subject: [PATCH] LDAP: Fix missing variable in debug message

---
 src/providers/ldap/ldap_child.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/providers/ldap/ldap_child.c b/src/providers/ldap/ldap_child.c
index 83ce468fa9227f7c98e225660d2a803bd9aaf6a6..4e33901736d2a7e298ba0a42f18cb306029d571c 100644
--- a/src/providers/ldap/ldap_child.c
+++ b/src/providers/ldap/ldap_child.c
@@ -260,7 +260,7 @@ static krb5_error_code ldap_child_get_tgt_sync(TALLOC_CTX *memctx,
         krberr = KRB5KRB_ERR_GENERIC;
         goto done;
     }
-    DEBUG(SSSDBG_TRACE_INTERNAL, ("keytab ccname: [%s]\n"));
+    DEBUG(SSSDBG_TRACE_INTERNAL, ("keytab ccname: [%s]\n", ccname));
 
     krberr = krb5_cc_resolve(context, ccname, &ccache);
     if (krberr) {
-- 
1.7.10.2

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to