X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fsuffixalias.c;h=848364897b679808a6ff9db80f4ebd94d7cf57a2;hb=a5ee438c9394a19a241716d3d922299c20b0365d;hp=2e4120e8ddbb3fa5d4a69c18747c2bd3f15bd0a5;hpb=403f4479bc9f9a864122d4aeecf7284408918302;p=openldap diff --git a/servers/slapd/suffixalias.c b/servers/slapd/suffixalias.c index 2e4120e8dd..848364897b 100644 --- a/servers/slapd/suffixalias.c +++ b/servers/slapd/suffixalias.c @@ -1,6 +1,6 @@ /* $OpenLDAP$ */ /* - * Copyright 1999 The OpenLDAP Foundation, All Rights Reserved. + * Copyright 1999-2000 The OpenLDAP Foundation, All Rights Reserved. * * COPYING RESTRICTIONS APPLY, see COPYRIGHT file in the top level * directory of this package. @@ -50,7 +50,7 @@ char *suffix_alias( /* alias is longer than dn */ continue; } else if ( diff > 0 ) { - if ( ! DNSEPARATOR(dn[diff-1]) ) { + if ( ! DN_SEPARATOR(dn[diff-1]) ) { /* boundary is not at a DN separator */ continue; }