Skip to content

Commit

Permalink
Miscellaneous [#CLICKHOUSE-3753]
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov authored and Alexey Zatelepin committed Jun 1, 2018
1 parent 81a505a commit ba48e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Common/ZooKeeper/ZooKeeperImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ void ZooKeeper::receiveEvent()
void ZooKeeper::finalize(bool error_send, bool error_receive)
{
{
std::unique_lock lock(push_request_mutex);
std::lock_guard lock(push_request_mutex);

if (expired)
return;
Expand Down

0 comments on commit ba48e31

Please sign in to comment.