From 7e80e0b036402646af29dc52208c7f0c80818634 Mon Sep 17 00:00:00 2001 From: leitner Date: Sat, 11 May 2002 17:47:55 +0000 Subject: [PATCH] correct stupid mistake in ldap_match_present, patch from Thomas Walpuski! --- ldap_match_mapped.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ldap_match_mapped.c b/ldap_match_mapped.c index fdc9f60..a66ea69 100644 --- a/ldap_match_mapped.c +++ b/ldap_match_mapped.c @@ -44,8 +44,8 @@ int ldap_match_present(uint32 ofs,uint32 attrofs) { uint32 j,k; if (attrofs==dn_ofs || attrofs==objectClass_ofs) return 1; uint32_unpack(map+ofs,&j); - for (k=4; k