Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit 24a08ef

Browse files
Krestolfacebook-github-bot
authored andcommitted
Fix #109. (#111)
Summary: Fixed ACL_vector pointer which was passer after its guard release Pull Request resolved: #111 Reviewed By: tau0 Differential Revision: D17418823 Pulled By: AhmedSoliman fbshipit-source-id: cd4791eed193cb731a8cba0a406b1a78d3131a31
1 parent b480a7b commit 24a08ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

logdevice/common/ZookeeperClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ void ZookeeperClient::create(std::string path,
411411
path.data(),
412412
/* value = */ data.data(),
413413
/* valuelen = */ data.size(),
414-
std::addressof(p->c_acl_vector_),
414+
std::addressof(context->c_acl_vector_),
415415
flags,
416416
&ZookeeperClient::createCompletion,
417417
static_cast<const void*>(context));

0 commit comments

Comments
 (0)