[SSSD] [PATCH] KRB5: Add a missing string argument

Jakub Hrozek jhrozek at redhat.com
Wed Sep 12 12:15:35 UTC 2012


I noticed this while debugging a rhbz. Pushed under the one-liner rule.
-------------- next part --------------
>From 3f5016f66ae1351e9884157a13192f97849a5c05 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Mon, 10 Sep 2012 23:08:50 +0200
Subject: [PATCH] KRB5: Add a missing string argument

---
 src/providers/krb5/krb5_auth.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/providers/krb5/krb5_auth.c b/src/providers/krb5/krb5_auth.c
index 18209d7177c45008ec083354ad358f16698e6a2c..ec488e7ddae5ec29f6a4f64b6cf7aa70f6ba258e 100644
--- a/src/providers/krb5/krb5_auth.c
+++ b/src/providers/krb5/krb5_auth.c
@@ -639,7 +639,8 @@ static void krb5_find_ccache_step(struct tevent_req *req)
     } else {
         DEBUG(SSSDBG_MINOR_FAILURE,
               ("Saved ccache %s if of different type than ccache in "
-               "configuration file, reusing the old ccache\n"));
+               "configuration file, reusing the old ccache\n",
+               kr->old_ccname));
 
         kr->cc_be = get_cc_be_ops_ccache(kr->old_ccname);
         if (kr->cc_be == NULL) {
-- 
1.7.11.4



More information about the sssd-devel mailing list