Fix binary v lang_range typo

This commit is contained in:
Kurt Zeilenga 2002-01-31 15:09:55 +00:00
parent 010e94d4de
commit 41e8195c2e

View File

@ -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 )
/*