mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#3310: Fix lud_host typo
This commit is contained in:
parent
44d2ec5bb6
commit
48cae5aed8
@ -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 New Issue
Block a user