Add missing init of rabin block size.

This commit is contained in:
Moinak Ghosh 2013-06-29 19:13:22 +05:30
parent 17db67564d
commit de0695e2c5

View file

@ -2533,6 +2533,7 @@ create_pc_context(void)
ctx->hide_mem_stats = 1;
ctx->hide_cmp_stats = 1;
ctx->enable_rabin_split = 1;
ctx->rab_blk_size = 1;
return (ctx);
}