X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fmain.c;h=53ccf4004767eb5ddae2d1dc302e5ad64165d870;hb=ffebea4a8b879db1a9dc23e2c2749d303b271d43;hp=894380a80447718974eae0eac217fede7a93ae92;hpb=f9c2dc3701e0ee0994b74de37fccfcd8191f43ea;p=openldap diff --git a/servers/slapd/main.c b/servers/slapd/main.c index 894380a804..53ccf40047 100644 --- a/servers/slapd/main.c +++ b/servers/slapd/main.c @@ -1,6 +1,6 @@ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved. + * Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ #include "portable.h" @@ -363,7 +363,7 @@ int main( int argc, char **argv ) goto destroy; } - if ( schema_init( ) != 0 ) { + if ( slap_schema_init( ) != 0 ) { #ifdef NEW_LOGGING LDAP_LOG(( "operation", LDAP_LEVEL_CRIT, "main: schema initialization error\n" )); @@ -394,7 +394,7 @@ int main( int argc, char **argv ) goto destroy; } - if ( schema_prep( ) != 0 ) { + if ( slap_schema_check( ) != 0 ) { #ifdef NEW_LOGGING LDAP_LOG(( "operation", LDAP_LEVEL_CRIT, "main: schema prep error\n"));