Skip to content

Commit

Permalink
Update VBucket create function
Browse files Browse the repository at this point in the history
  • Loading branch information
jya-kmu committed Sep 13, 2021
1 parent f2b6e9d commit 6d2512b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper/hermes_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ VBucketClass *HermesVBucketCreate(const char *name) {
hermes::api::Context ctx;
try {
hermes::api::VBucket *new_vbucket =
new hermes::api::VBucket(std::string(name), hermes_ptr, true, ctx);
new hermes::api::VBucket(std::string(name), hermes_ptr, ctx);

return (VBucketClass *)new_vbucket;
}
Expand Down

0 comments on commit 6d2512b

Please sign in to comment.