]> git.sur5r.net Git - openldap/commitdiff
Add warning to avoid hard-to-track bugs later on.
authorJuan Gomez <gomez@openldap.org>
Tue, 25 May 1999 22:51:08 +0000 (22:51 +0000)
committerJuan Gomez <gomez@openldap.org>
Tue, 25 May 1999 22:51:08 +0000 (22:51 +0000)
include/ldap.h

index 18f710dff8fa20f9e1fd3609575c94b0c78c6a96..997b26f96c72f2ea8b6ddae9b23a2a861fbf8a79 100644 (file)
@@ -214,6 +214,10 @@ typedef struct ldapmod {
 #define LDAP_MOD_ADD           0x00
 #define LDAP_MOD_DELETE                0x01
 #define LDAP_MOD_REPLACE       0x02
+/* IMPORTANT: do not use code 0x04, it is used internally by the backends!
+ * (see ldap/servers/slapd/slap.h)
+ * JCG 05/1999 (gomez@engr.sgi.com)
+ */
 #define LDAP_MOD_BVALUES       0x80
        char            *mod_type;
        union {