mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Remove duplicate definitions of global_schemacheck and global_oc
This commit is contained in:
parent
8d5bcf056d
commit
19742f2e93
5 changed files with 0 additions and 10 deletions
|
|
@ -38,12 +38,10 @@ Backend *be = NULL;
|
||||||
int ldap_debug;
|
int ldap_debug;
|
||||||
int ldap_syslog;
|
int ldap_syslog;
|
||||||
int ldap_syslog_level;
|
int ldap_syslog_level;
|
||||||
int global_schemacheck;
|
|
||||||
long num_entries_sent;
|
long num_entries_sent;
|
||||||
long num_bytes_sent;
|
long num_bytes_sent;
|
||||||
int active_threads;
|
int active_threads;
|
||||||
char *default_referral;
|
char *default_referral;
|
||||||
struct objclass *global_oc;
|
|
||||||
time_t currenttime;
|
time_t currenttime;
|
||||||
pthread_t listener_tid;
|
pthread_t listener_tid;
|
||||||
pthread_mutex_t num_sent_mutex;
|
pthread_mutex_t num_sent_mutex;
|
||||||
|
|
|
||||||
|
|
@ -20,12 +20,10 @@ int lineno;
|
||||||
int ldap_debug;
|
int ldap_debug;
|
||||||
int ldap_syslog;
|
int ldap_syslog;
|
||||||
int ldap_syslog_level;
|
int ldap_syslog_level;
|
||||||
int global_schemacheck;
|
|
||||||
long num_entries_sent;
|
long num_entries_sent;
|
||||||
long num_bytes_sent;
|
long num_bytes_sent;
|
||||||
int active_threads;
|
int active_threads;
|
||||||
char *default_referral;
|
char *default_referral;
|
||||||
struct objclass *global_oc;
|
|
||||||
time_t currenttime;
|
time_t currenttime;
|
||||||
pthread_t listener_tid;
|
pthread_t listener_tid;
|
||||||
pthread_mutex_t num_sent_mutex;
|
pthread_mutex_t num_sent_mutex;
|
||||||
|
|
|
||||||
|
|
@ -17,12 +17,10 @@
|
||||||
int ldap_debug;
|
int ldap_debug;
|
||||||
int ldap_syslog;
|
int ldap_syslog;
|
||||||
int ldap_syslog_level;
|
int ldap_syslog_level;
|
||||||
int global_schemacheck;
|
|
||||||
long num_entries_sent;
|
long num_entries_sent;
|
||||||
long num_bytes_sent;
|
long num_bytes_sent;
|
||||||
int active_threads;
|
int active_threads;
|
||||||
char *default_referral;
|
char *default_referral;
|
||||||
struct objclass *global_oc;
|
|
||||||
time_t currenttime;
|
time_t currenttime;
|
||||||
pthread_t listener_tid;
|
pthread_t listener_tid;
|
||||||
pthread_mutex_t num_sent_mutex;
|
pthread_mutex_t num_sent_mutex;
|
||||||
|
|
|
||||||
|
|
@ -19,12 +19,10 @@
|
||||||
int ldap_debug;
|
int ldap_debug;
|
||||||
int ldap_syslog;
|
int ldap_syslog;
|
||||||
int ldap_syslog_level;
|
int ldap_syslog_level;
|
||||||
int global_schemacheck;
|
|
||||||
long num_entries_sent;
|
long num_entries_sent;
|
||||||
long num_bytes_sent;
|
long num_bytes_sent;
|
||||||
int active_threads;
|
int active_threads;
|
||||||
char *default_referral;
|
char *default_referral;
|
||||||
struct objclass *global_oc;
|
|
||||||
time_t currenttime;
|
time_t currenttime;
|
||||||
pthread_t listener_tid;
|
pthread_t listener_tid;
|
||||||
pthread_mutex_t num_sent_mutex;
|
pthread_mutex_t num_sent_mutex;
|
||||||
|
|
|
||||||
|
|
@ -23,12 +23,10 @@
|
||||||
int ldap_debug;
|
int ldap_debug;
|
||||||
int ldap_syslog;
|
int ldap_syslog;
|
||||||
int ldap_syslog_level;
|
int ldap_syslog_level;
|
||||||
int global_schemacheck;
|
|
||||||
long num_entries_sent;
|
long num_entries_sent;
|
||||||
long num_bytes_sent;
|
long num_bytes_sent;
|
||||||
int active_threads;
|
int active_threads;
|
||||||
char *default_referral;
|
char *default_referral;
|
||||||
struct objclass *global_oc;
|
|
||||||
time_t currenttime;
|
time_t currenttime;
|
||||||
pthread_t listener_tid;
|
pthread_t listener_tid;
|
||||||
pthread_mutex_t num_sent_mutex;
|
pthread_mutex_t num_sent_mutex;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue