Skip to content
Snippets Groups Projects
Commit 27a26905 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

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

parent c816ebc2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment