...otherwise it doesn't work with overlays

This commit is contained in:
Pierangelo Masarati 2005-07-30 10:37:34 +00:00
parent f5afe4fdc7
commit 6fe8f5dd18

View File

@ -1241,6 +1241,8 @@ ldif_back_initialize(
bi->bi_tool_id2entry_get = 0;
bi->bi_tool_entry_modify = 0;
bi->bi_cf_ocs = ldifocs;
rc = config_register_schema( ldifcfg, ldifocs );
if ( rc ) return rc;
return 0;