Do not redefine lload_change everywhere

This commit is contained in:
Ondřej Kuzník 2021-02-04 18:07:25 +00:00
parent f44c037a9d
commit e030e5eadd
2 changed files with 2 additions and 1 deletions

View File

@ -167,7 +167,7 @@ struct LloadChange {
enum lcf_backend backend;
} flags;
void *target;
} lload_change;
};
typedef enum {
#ifdef LDAP_API_FEATURE_VERIFY_CREDENTIALS

View File

@ -123,6 +123,7 @@ LDAP_SLAPD_V (struct evdns_base *) dnsbase;
LDAP_SLAPD_V (volatile sig_atomic_t) slapd_shutdown;
LDAP_SLAPD_V (volatile sig_atomic_t) slapd_gentle_shutdown;
LDAP_SLAPD_V (int) lloadd_inited;
LDAP_SLAPD_V (struct LloadChange) lload_change;
LDAP_SLAPD_V (struct event *) lload_timeout_event;