mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Trying again: No need to maintain ber->ber_usertag except at ber_printf "!"
This commit is contained in:
parent
a28b346173
commit
3e20bda971
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue