Skip to content
Snippets Groups Projects
Commit 5dc053c6 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#5688

parent cfece3a7
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ OpenLDAP 2.4.12 Engineering
Fixed slapd objectClass canonicalization (ITS#5681)
Fixed slapd objectClass termination (ITS#5682)
Fixed slapd overlay control registration (ITS#5649)
Fixed slapd spurious text output (ITS#5688)
Fixed slapd socket closing on Windows (ITS#5606)
Fixed slapd sortvals comparison (ITS#5578)
Fixed slapd syncrepl contextCSN detection (ITS#5675)
......
......@@ -111,6 +111,7 @@ get_ava(
Debug( LDAP_DEBUG_FILTER,
"get_ava: illegal value for attributeType %s\n", type.bv_val, 0, 0 );
ber_dupbv_x( &aa->aa_value, &value, op->o_tmpmemctx );
*text = NULL;
rc = LDAP_SUCCESS;
}
......
......@@ -478,6 +478,7 @@ return_error:
return rc;
}
*text = NULL;
rc = LDAP_SUCCESS;
}
......
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