mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
Windows mod compatibility
This commit is contained in:
parent
4cc7efdadc
commit
6a4839bd23
@ -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 New Issue
Block a user