Windows mod compatibility

This commit is contained in:
Howard Chu 2005-08-26 02:21:07 +00:00
parent 4cc7efdadc
commit 6a4839bd23

View File

@ -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;