mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix previous commit
This commit is contained in:
parent
0423ec0bd6
commit
215be5f443
@ -523,6 +523,7 @@ retry_ber:
|
|||||||
if (LDAP_IS_UDP(ld) && isv2) {
|
if (LDAP_IS_UDP(ld) && isv2) {
|
||||||
ber_scanf(ber, "x{");
|
ber_scanf(ber, "x{");
|
||||||
}
|
}
|
||||||
|
nextresp2:
|
||||||
#endif
|
#endif
|
||||||
/* the message type */
|
/* the message type */
|
||||||
if ( (tag = ber_peek_tag( ber, &len )) == LBER_ERROR ) {
|
if ( (tag = ber_peek_tag( ber, &len )) == LBER_ERROR ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user