ber_memfree( nbase.bv_val );
BER_BVZERO( &nbase );
+ if( be == NULL ) {
+ fprintf( stderr, "%s: slap_init no backend for \"%s\"\n",
+ progname, base.bv_val );
+ exit( EXIT_FAILURE );
+ }
switch ( tool ) {
case SLAPACL:
goto startup;
break;
}
- if( be == NULL ) {
- fprintf( stderr, "%s: slap_init no backend for \"%s\"\n",
- progname, base.bv_val );
- exit( EXIT_FAILURE );
- }
/* If the named base is a glue master, operate on the
* entire context
*/