Use NULL for be parameter to entry_schema_check() for now.

This commit is contained in:
Kurt Zeilenga 2002-01-10 19:48:43 +00:00
parent c816ebc225
commit 27a26905b7

View File

@ -206,7 +206,7 @@ monitor_subsys_log_modify(
#endif
/* check that the entry still obeys the schema */
rc = entry_schema_check( be, e, save_attrs, &text, textbuf,
rc = entry_schema_check( NULL, e, save_attrs, &text, textbuf,
sizeof( textbuf ) );
if ( rc != LDAP_SUCCESS ) {
goto cleanup;