Skip to content
Snippets Groups Projects
Commit 41e8195c authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix binary v lang_range typo

parent 010e94d4
Branches
Tags
No related merge requests found
......@@ -536,9 +536,9 @@ typedef struct slap_attr_name {
} AttributeName;
#define slap_ad_is_lang(ad) ( (ad)->ad_lang.bv_len != 0 )
#define slap_ad_is_binary(ad) \
( ((ad)->ad_flags & SLAP_DESC_LANG_RANGE) ? 1 : 0 )
#define slap_ad_is_lang_range(ad) \
( ((ad)->ad_flags & SLAP_DESC_LANG_RANGE) ? 1 : 0 )
#define slap_ad_is_binary(ad) \
( ((ad)->ad_flags & SLAP_DESC_BINARY) ? 1 : 0 )
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment