Commit bd33ac48 authored by zhangjinpeng1987's avatar zhangjinpeng1987

address comments

parent c5a0aa66
......@@ -316,7 +316,7 @@ impl DB {
// These handles will be populated by DB.
let cfhandles: Vec<_> = cfs_v.iter()
.map(|_| 0 as *mut DBCFHandle)
.map(|_| ptr::null_mut() as *mut DBCFHandle)
.collect();
let cfopts: Vec<_> = cf_opts_v.iter()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment