This commit is contained in:
Shu Zhang 2015-12-24 20:38:35 -08:00
parent 4dfdd1d928
commit b4aa823661

View File

@ -596,8 +596,8 @@ Status HdfsEnv::NewLogger(const std::string& fname,
// The factory method for creating an HDFS Env
Status NewHdfsEnv(Env** hdfs_env, const std::string& fsname) {
*hdfs_env = new HdfsEnv(fsname);
return Status::OK();
*hdfs_env = new HdfsEnv(fsname);
return Status::OK();
}
} // namespace rocksdb