Skip to content
Snippets Groups Projects
Commit 7dde9e0b authored by Howard Chu's avatar Howard Chu
Browse files

Tweak prev commit, use BER_BVZERO

parent c947cfd6
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,7 @@ valsort_cf_func(ConfigArgs *c) {
len += bv2.bv_len + 1;
i ^= VALSORT_WEIGHTED;
}
BER_BVZERO( &bv );
enum_to_verb( sorts, i, &bv );
len += bv.bv_len;
bvret.bv_val = ch_malloc( len+1 );
......
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