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:
Luke Howard 2003-01-21 15:14:07 +00:00
parent 17b761cf96
commit 7d5978b4aa

View 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