mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue