Add missing init of rabin block size.
This commit is contained in:
parent
17db67564d
commit
de0695e2c5
1 changed files with 1 additions and 0 deletions
|
@ -2533,6 +2533,7 @@ create_pc_context(void)
|
||||||
ctx->hide_mem_stats = 1;
|
ctx->hide_mem_stats = 1;
|
||||||
ctx->hide_cmp_stats = 1;
|
ctx->hide_cmp_stats = 1;
|
||||||
ctx->enable_rabin_split = 1;
|
ctx->enable_rabin_split = 1;
|
||||||
|
ctx->rab_blk_size = 1;
|
||||||
|
|
||||||
return (ctx);
|
return (ctx);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue