Skip to content
Snippets Groups Projects
Commit 54e11f63 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Missed a dnPretty ber_val NULL...

parent cbe43a85
No related branches found
No related tags found
No related merge requests found
......@@ -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 =
......
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