mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#3310: Fix lud_host typo
This commit is contained in:
parent
44d2ec5bb6
commit
48cae5aed8
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ int ldap_url_parse( const char *url, LDAPURLDesc **ludpp )
|
|||
.LP
|
||||
typedef struct ldap_url_desc {
|
||||
char * lud_scheme; /* URI scheme */
|
||||
char lud_host; /* LDAP host to contact */
|
||||
char * lud_host; /* LDAP host to contact */
|
||||
int lud_port; /* port on host */
|
||||
char * lud_dn; /* base for search */
|
||||
char ** lud_attrs; /* list of attributes */
|
||||
|
|
|
|||
Loading…
Reference in a new issue