mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
SLAP_NVALUES: more fixes
This commit is contained in:
parent
e0c2e71a7c
commit
1a55430c65
2 changed files with 4 additions and 0 deletions
|
|
@ -428,6 +428,7 @@ get_substring_filter(
|
|||
" unknown substring choice=%ld\n",
|
||||
(long) tag, 0, 0 );
|
||||
#endif
|
||||
|
||||
free( value.bv_val );
|
||||
goto return_error;
|
||||
}
|
||||
|
|
@ -529,6 +530,7 @@ get_substring_filter(
|
|||
(long) tag, 0, 0 );
|
||||
#endif
|
||||
|
||||
assert( 0 );
|
||||
free( nvalue.bv_val );
|
||||
|
||||
return_error:
|
||||
|
|
|
|||
|
|
@ -167,6 +167,8 @@ int asserted_value_validate_normalize(
|
|||
} else {
|
||||
ber_dupbv( out, in );
|
||||
}
|
||||
|
||||
return LDAP_SUCCESS;
|
||||
}
|
||||
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in a new issue