Blame SOURCES/pam_pkcs11-0.6.2-fix-debug-output.patch

c639f1
diff -up ./src/mappers/ldap_mapper.c.fix_debug_output ./src/mappers/ldap_mapper.c
c639f1
--- ./src/mappers/ldap_mapper.c.fix_debug_output	2015-09-11 09:32:41.784724943 -0700
c639f1
+++ ./src/mappers/ldap_mapper.c	2015-09-11 09:33:09.749227011 -0700
c639f1
@@ -1184,7 +1184,7 @@ DBG1("test ssltls = %s", ssltls);
c639f1
 	DBG1("attribute     = %s", attribute);
c639f1
 	DBG1("uid_attribute = %s", uid_attribute);
c639f1
 	for (map = attribute_map; map != NULL; map = map->next) {
c639f1
-		DBG1("attribute_map = %s", attribute_map->data);
c639f1
+		DBG1("attribute_map = %s", map->data);
c639f1
 	}
c639f1
 	DBG1("filter        = %s", filter);
c639f1
 	DBG1("searchtimeout = %d", searchtimeout);