mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 23:51:21 -05:00
Plug memleak in slap_parseURI
This commit is contained in:
parent
f2c3ba16d6
commit
bb13266a15
1 changed files with 2 additions and 1 deletions
|
|
@ -115,7 +115,8 @@ is_dn: bv.bv_len = uri->bv_len - (bv.bv_val - uri->bv_val);
|
|||
{
|
||||
/* host part must be empty */
|
||||
/* attrs and extensions parts must be empty */
|
||||
return LDAP_PROTOCOL_ERROR;
|
||||
rc = LDAP_PROTOCOL_ERROR;
|
||||
goto done;
|
||||
}
|
||||
|
||||
/* Grab the scope */
|
||||
|
|
|
|||
Loading…
Reference in a new issue