mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Clarify ad_type usage
This commit is contained in:
parent
bf1c91b165
commit
b21ba52482
1 changed files with 2 additions and 2 deletions
|
|
@ -364,8 +364,8 @@ typedef struct slap_object_class {
|
|||
* represents a recognized attribute description ( type + options )
|
||||
*/
|
||||
typedef struct slap_attr_desc {
|
||||
struct berval *ad_cname; /* canonical name */
|
||||
AttributeType *ad_type; /* NULL if unknown */
|
||||
struct berval *ad_cname; /* canonical name, must be specified */
|
||||
AttributeType *ad_type; /* attribute type, must be specified */
|
||||
char *ad_lang; /* NULL if no language tags */
|
||||
unsigned ad_flags;
|
||||
#define SLAP_DESC_NONE 0x0U
|
||||
|
|
|
|||
Loading…
Reference in a new issue