]> git.sur5r.net Git - openldap/commitdiff
Clarify ad_type usage
authorKurt Zeilenga <kurt@openldap.org>
Sun, 2 Jul 2000 08:06:55 +0000 (08:06 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 2 Jul 2000 08:06:55 +0000 (08:06 +0000)
servers/slapd/slap.h

index f7d8175d12114a532daf3d690fb09c6fae667b02..4beb7a9c37d01a82730e390f11e17e044ef37b0f 100644 (file)
@@ -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