mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 20:49:35 -05:00
Missed a dnPretty ber_val NULL...
This commit is contained in:
parent
cbe43a8540
commit
54e11f63e5
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ str2entry( char *s )
|
|||
}
|
||||
|
||||
if( slapMode & SLAP_TOOL_MODE ) {
|
||||
struct berval *pval;
|
||||
struct berval *pval = NULL;
|
||||
slap_syntax_validate_func *validate =
|
||||
ad->ad_type->sat_syntax->ssyn_validate;
|
||||
slap_syntax_transform_func *pretty =
|
||||
|
|
|
|||
Loading…
Reference in a new issue