Skip to content
Snippets Groups Projects
Commit 878466d3 authored by Howard Chu's avatar Howard Chu
Browse files

Fix previous patch, zero out lud_next on new urldesc

parent 7d402a55
No related branches found
No related tags found
No related merge requests found
......@@ -454,6 +454,7 @@ ldap_url_dup ( LDAPURLDesc *ludp )
return NULL;
*dest = *ludp;
dest->lud_next = NULL;
if ( ludp->lud_host != NULL ) {
dest->lud_host = LDAP_STRDUP( ludp->lud_host );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment