int rc;
BackendDB *bd;
+ if ( !BER_BVISNULL( &ri->ri_realsuffix ) ) {
+ Log2( LDAP_DEBUG_ANY, LDAP_LEVEL_ERR,
+ "%s: line %d: "
+ "relay dn already specified.\n",
+ fname, lineno );
+ return 1;
+ }
+
switch ( argc ) {
case 3:
if ( strcmp( argv[ 2 ], "massage" ) != 0 ) {
return 1;
}
- if ( !BER_BVISNULL( &ri->ri_realsuffix ) ) {
- Log2( LDAP_DEBUG_ANY, LDAP_LEVEL_ERR,
- "%s: line %d: "
- "relay dn already specified.\n",
- fname, lineno );
- return 1;
- }
-
/* The man page says that the "relay" directive
* automatically instantiates slapo-rwm; I don't
* like this very much any more, I'd prefer to