Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
198634e9
Commit
198634e9
authored
Dec 10, 2009
by
Hallvard Furuseth
Browse files
Fix typo in last commit (ITS#5340: REP_ENTRY_MUSTFLUSH)
parent
904ba0d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/slap.h
View file @
198634e9
...
...
@@ -2097,7 +2097,7 @@ struct SlapReply {
#define REP_ENTRY_MUSTBEFREED 0x0002U
#define REP_ENTRY_MUSTRELEASE 0x0004U
#define REP_ENTRY_MASK (REP_ENTRY_MODIFIABLE|REP_ENTRY_MUSTBEFREED|REP_ENTRY_MUSTRELEASE)
#define REP_ENTRY_MUSTFLUSH (REP_ENTRY_M
ODIFIABLE
|REP_ENTRY_MUST
BEFREED
)
#define REP_ENTRY_MUSTFLUSH (REP_ENTRY_M
USTBEFREED
|REP_ENTRY_MUST
RELEASE
)
#define REP_MATCHED_MUSTBEFREED 0x0010U
#define REP_MATCHED_MASK (REP_MATCHED_MUSTBEFREED)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment