mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
Fix comment describing BerElement.ber_usertag
This commit is contained in:
parent
47617b033c
commit
7e107de4d9
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ struct berelement {
|
|||
* ber_sos_ptr NULL or write cursor for incomplete sequence or set.
|
||||
* ber_sos_inner offset(seq/set length octets) if ber_sos_ptr!=NULL.
|
||||
* ber_tag Default tag for next ber_printf() element.
|
||||
* ber_usertag True after a ber_printf format char set ber_tag.
|
||||
* ber_usertag Boolean set by ber_printf "!" if it sets ber_tag.
|
||||
* ber_len Reused for ber_sos_inner.
|
||||
* When output to a Sockbuf:
|
||||
* ber_ptr End of encoded data to write.
|
||||
|
|
|
|||
Loading…
Reference in a new issue