mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
Fix slap_verbmask
This commit is contained in:
parent
eee9efbd1e
commit
bf110af723
1 changed files with 1 additions and 1 deletions
|
|
@ -1521,7 +1521,7 @@ struct slap_replica_info {
|
|||
|
||||
typedef struct slap_verbmasks {
|
||||
struct berval word;
|
||||
const int mask;
|
||||
const slap_mask_t mask;
|
||||
} slap_verbmasks;
|
||||
|
||||
#define SLAP_LIMIT_TIME 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue