Skip to content
Snippets Groups Projects
Commit 198634e9 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Fix typo in last commit (ITS#5340: REP_ENTRY_MUSTFLUSH)

parent 904ba0d3
No related branches found
Tags ACLCHECK_0
No related merge requests found
......@@ -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_MODIFIABLE|REP_ENTRY_MUSTBEFREED)
#define REP_ENTRY_MUSTFLUSH (REP_ENTRY_MUSTBEFREED|REP_ENTRY_MUSTRELEASE)
#define REP_MATCHED_MUSTBEFREED 0x0010U
#define REP_MATCHED_MASK (REP_MATCHED_MUSTBEFREED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment