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

fix possible uninit bug

parent bdf9b3ae
No related branches found
No related tags found
No related merge requests found
......@@ -350,7 +350,7 @@ int value_find_ex(
}
if( mr->smr_syntax->ssyn_normalize ) {
struct berval nval_tmp;
struct berval nval_tmp = { 0, NULL };
rc = mr->smr_syntax->ssyn_normalize(
mr->smr_syntax,
......
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