mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-14 08:13:10 -05:00
ITS#9823 Move to a place that is better associated with accesslog
This commit is contained in:
parent
6cef0c560d
commit
7ade966cf3
1 changed files with 4 additions and 4 deletions
|
|
@ -3882,14 +3882,14 @@ sp_cf_gen(ConfigArgs *c)
|
|||
break;
|
||||
case SP_NOPRES:
|
||||
si->si_nopres = c->value_int;
|
||||
break;
|
||||
case SP_USEHINT:
|
||||
si->si_usehint = c->value_int;
|
||||
if ( si->si_usehint ) {
|
||||
if ( si->si_nopres ) {
|
||||
/* Consider we might be a delta provider, but it's ok if not */
|
||||
(void)syncprov_setup_accesslog();
|
||||
}
|
||||
break;
|
||||
case SP_USEHINT:
|
||||
si->si_usehint = c->value_int;
|
||||
break;
|
||||
case SP_LOGDB:
|
||||
if ( si->si_logs ) {
|
||||
Debug( LDAP_DEBUG_ANY, "syncprov_config: while configuring "
|
||||
|
|
|
|||
Loading…
Reference in a new issue