mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Trying again: No need to maintain ber->ber_usertag except at ber_printf "!"
This commit is contained in:
parent
a28b346173
commit
3e20bda971
@ -526,7 +526,6 @@ ber_printf( BerElement *ber, LDAP_CONST char *fmt, ... )
|
||||
rc = (*f)( ber, p );
|
||||
|
||||
if ( ber->ber_usertag ) {
|
||||
ber->ber_usertag = 0;
|
||||
goto next;
|
||||
}
|
||||
} break;
|
||||
@ -584,7 +583,6 @@ ber_printf( BerElement *ber, LDAP_CONST char *fmt, ... )
|
||||
|
||||
case 't': /* tag for the next element */
|
||||
ber->ber_tag = va_arg( ap, ber_tag_t );
|
||||
ber->ber_usertag = 1;
|
||||
goto next;
|
||||
|
||||
case 'v': /* vector of strings */
|
||||
|
Loading…
Reference in New Issue
Block a user