]> git.sur5r.net Git - openldap/commitdiff
Put #endif in correct place when commenting out backend directive check
authorLuke Howard <lukeh@openldap.org>
Tue, 21 Jan 2003 15:14:07 +0000 (15:14 +0000)
committerLuke Howard <lukeh@openldap.org>
Tue, 21 Jan 2003 15:14:07 +0000 (15:14 +0000)
for plugins (now that global plugins are nominally supported)

servers/slapd/config.c

index a9677b60389c2ab8dbdaceb55ffaf94477c890cd..c9428b013c8bfa1ac917d079291bdab2a5e22f01 100644 (file)
@@ -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