blob: 7dc1550063e913aaed140e8ddfa252c8e4e15f60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ldap_match_mapped.c.orig 2017-03-19 11:47:19 UTC
+++ ldap_match_mapped.c
@@ -14,7 +14,7 @@ extern uint32 magic,attribute_count,record_count,indic
extern uint32 dn_ofs,objectClass_ofs;
int substringmatch(struct Substring* x,const char* attr,int ignorecase) {
- int (*diff)(const void* a, unsigned long len, const void* b);
+ int (*diff)(const void* a, size_t len, const void* b);
if (ignorecase)
diff=case_diffb;
else
|