mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
Change LDAP.ld_lberoptions to `short', to realign with BerElement.ber_options
This commit is contained in:
parent
61174d1960
commit
a2ee841121
2 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ ldap_set_string_translators( LDAP *ld, BERTranslateProc encode_proc,
|
|||
void
|
||||
ldap_enable_translation( LDAP *ld, LDAPMessage *entry, int enable )
|
||||
{
|
||||
char *optionsp;
|
||||
short *optionsp;
|
||||
|
||||
optionsp = ( entry == NULLMSG ) ? &ld->ld_lberoptions :
|
||||
&entry->lm_ber->ber_options;
|
||||
|
|
|
|||
|
|
@ -205,7 +205,7 @@ struct ldap {
|
|||
char *ld_host;
|
||||
int ld_port;
|
||||
|
||||
char ld_lberoptions;
|
||||
short ld_lberoptions;
|
||||
|
||||
LDAPFiltDesc *ld_filtd; /* from getfilter for ufn searches */
|
||||
char *ld_ufnprefix; /* for incomplete ufn's */
|
||||
|
|
|
|||
Loading…
Reference in a new issue