From: Kurt Zeilenga Date: Sun, 2 Jul 2000 08:06:55 +0000 (+0000) Subject: Clarify ad_type usage X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2492 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b21ba52482747fbd7770db96cbff7aa3f99ed3ed;p=openldap Clarify ad_type usage --- diff --git a/servers/slapd/slap.h b/servers/slapd/slap.h index f7d8175d12..4beb7a9c37 100644 --- a/servers/slapd/slap.h +++ b/servers/slapd/slap.h @@ -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