]> git.sur5r.net Git - openldap/commitdiff
Don't depend on getfilter macro
authorKurt Zeilenga <kurt@openldap.org>
Sat, 10 Aug 2002 00:02:25 +0000 (00:02 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 10 Aug 2002 00:02:25 +0000 (00:02 +0000)
libraries/librewrite/map.c

index 19389dff45ffa80718476d90d4242bae0487310e..7ddd0d99dd1911b05bbf324e5ceb96dc3a2b69c1 100644 (file)
@@ -632,7 +632,7 @@ rewrite_xmap_apply(
 
        case REWRITE_MAP_XLDAPMAP: {
                LDAP *ld;
-               char filter[ LDAP_FILT_MAXSIZ ];
+               char filter[1024];
                LDAPMessage *res = NULL, *entry;
                LDAPURLDesc *lud = ( LDAPURLDesc * )map->lm_args;
                int attrsonly = 0;