mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Windows mod compatibility
This commit is contained in:
parent
4cc7efdadc
commit
6a4839bd23
1 changed files with 3 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ log_age_unparse( int age, struct berval *agebv )
|
|||
agebv->bv_len = ptr - agebv->bv_val;
|
||||
}
|
||||
|
||||
static slap_callback nullsc = { NULL, slap_null_cb, NULL, NULL };
|
||||
static slap_callback nullsc = { NULL, NULL, NULL, NULL };
|
||||
|
||||
#define PURGE_INCREMENT 100
|
||||
|
||||
|
|
@ -1063,6 +1063,8 @@ int accesslog_init()
|
|||
|
||||
accesslog.on_bi.bi_cf_ocs = log_cfocs;
|
||||
|
||||
nullsc.sc_response = slap_null_cb;
|
||||
|
||||
rc = config_register_schema( log_cfats, log_cfocs );
|
||||
if ( rc ) return rc;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue