From: Luke Howard Date: Tue, 21 Jan 2003 15:14:07 +0000 (+0000) Subject: Put #endif in correct place when commenting out backend directive check X-Git-Tag: NO_SLAP_OP_BLOCKS~556 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7d5978b4aa64de1545dca1e304154eec81757ec2;p=openldap Put #endif in correct place when commenting out backend directive check for plugins (now that global plugins are nominally supported) --- diff --git a/servers/slapd/config.c b/servers/slapd/config.c index a9677b6038..c9428b013c 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -2343,12 +2343,12 @@ read_config( const char *fname, int depth ) #endif return( 1 ); } +#endif /* notdef */ if ( netscape_plugin( be, fname, lineno, cargc, cargv ) != LDAP_SUCCESS ) { return( 1 ); } -#endif /* notdef */ #else /* !defined( LDAP_SLAPI ) */ #ifdef NEW_LOGGING