From: Kurt Zeilenga Date: Tue, 4 Dec 2001 23:42:10 +0000 (+0000) Subject: dnMatch should not be local to file X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~785 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fe92783ea8d7cfccab58ae55b69dc92b4c1267cd;p=openldap dnMatch should not be local to file --- diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index e1284e34b7..c3d0fd50ee 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -415,7 +415,7 @@ dnNormalize( return LDAP_SUCCESS; } -static int +int dnMatch( int *matchp, slap_mask_t flags,