Skip to content
Snippets Groups Projects
Commit 48cae5ae authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

ITS#3310: Fix lud_host typo

parent 44d2ec5b
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment