On 02/23/2015 01:33 PM, Jakub Hrozek wrote:
      kerr = handle_randomized(ccname);
-    if (kerr) goto done;
+    if (kerr != 0) {
+        DEBUG(SSSDBG_CRIT_FAILURE,
+              "Cannot create randomized ccache name: %d\n", kerr);
+        goto done;
+    }
Hello,
why didn't you call here KRB5_CHILD_DEBUG() as you do at all other places?
Thanks!
_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to