mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Add comment regarding last commit
This commit is contained in:
parent
30fdb0e0ca
commit
2c90f72a06
@ -337,6 +337,12 @@ ldap_parse_intermediate (
|
||||
|
||||
tag = ber_peek_tag( ber, &len );
|
||||
|
||||
/*
|
||||
* NOTE: accept intermediate and extended response tag values
|
||||
* as older versions of slapd(8) incorrectly used extended
|
||||
* response tags.
|
||||
* Should be removed when 2.2 is moved to Historic.
|
||||
*/
|
||||
if( tag == LDAP_TAG_IM_RES_OID || tag == LDAP_TAG_EXOP_RES_OID ) {
|
||||
/* we have a resoid */
|
||||
if( ber_scanf( ber, "a", &resoid ) == LBER_ERROR ) {
|
||||
|
Loading…
Reference in New Issue
Block a user