ITS#3310: Fix lud_host typo

This commit is contained in:
Kurt Zeilenga 2004-08-29 14:55:56 +00:00
parent 44d2ec5bb6
commit 48cae5aed8

View File

@ -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 */