mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix slap_verbmask
This commit is contained in:
parent
eee9efbd1e
commit
bf110af723
@ -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 New Issue
Block a user