From 7d5978b4aa64de1545dca1e304154eec81757ec2 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Tue, 21 Jan 2003 15:14:07 +0000 Subject: [PATCH] Put #endif in correct place when commenting out backend directive check for plugins (now that global plugins are nominally supported) --- servers/slapd/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5