mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Fix typo
This commit is contained in:
parent
833169d522
commit
9cf009a0f8
@ -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