mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Fix typo
This commit is contained in:
parent
611ccd1ccb
commit
ac0714384c
1 changed files with 2 additions and 2 deletions
|
|
@ -231,8 +231,8 @@ typedef struct ldapcontrol {
|
|||
/* general stuff */
|
||||
#define LDAP_TAG_MESSAGE ((ber_tag_t) 0x30U) /* constructed + 16 */
|
||||
#define LDAP_TAG_MSGID ((ber_tag_t) 0x02U) /* integer */
|
||||
#define LDAP_TAG_LDAPDN ((ber_tag_t) 0x04U) /* octect string */
|
||||
#define LDAP_TAG_LDAPCRED ((ber_tag_t) 0x04U) /* octect string */
|
||||
#define LDAP_TAG_LDAPDN ((ber_tag_t) 0x04U) /* octet string */
|
||||
#define LDAP_TAG_LDAPCRED ((ber_tag_t) 0x04U) /* octet string */
|
||||
#define LDAP_TAG_CONTROLS ((ber_tag_t) 0xa0U) /* context specific + constructed + 0 */
|
||||
#define LDAP_TAG_REFERRAL ((ber_tag_t) 0xa3U) /* context specific + constructed + 3 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue