mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
SLAP_OP_* enums are always used. Delete #ifdef SLAPD_MONITOR around definition.
This commit is contained in:
parent
f5737d72b0
commit
94747c50db
1 changed files with 0 additions and 2 deletions
|
|
@ -2719,7 +2719,6 @@ struct slap_listener {
|
|||
#define sl_addr sl_sa.sa_in_addr
|
||||
};
|
||||
|
||||
#ifdef SLAPD_MONITOR
|
||||
/*
|
||||
* Operation indices
|
||||
*/
|
||||
|
|
@ -2736,7 +2735,6 @@ enum {
|
|||
SLAP_OP_EXTENDED,
|
||||
SLAP_OP_LAST
|
||||
};
|
||||
#endif /* SLAPD_MONITOR */
|
||||
|
||||
typedef struct slap_counters_t {
|
||||
ldap_pvt_thread_mutex_t sc_sent_mutex;
|
||||
|
|
|
|||
Loading…
Reference in a new issue