mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Put #endif in correct place when commenting out backend directive check
for plugins (now that global plugins are nominally supported)
This commit is contained in:
parent
17b761cf96
commit
7d5978b4aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user