Skip to content

Commit

Permalink
fix pr
Browse files Browse the repository at this point in the history
Signed-off-by: adi_holden <adi@dragonflydb.io>
  • Loading branch information
adiholden committed Sep 19, 2024
1 parent 4f083db commit bfbde9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/server_family.h
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ class ServerFamily {
util::AcceptServer* acceptor_ = nullptr;
std::vector<facade::Listener*> listeners_;
bool accepting_connections_ = true;
time_t global_stats_update_time_ = 0;
util::ProactorBase* pb_task_ = nullptr;

mutable util::fb2::Mutex replicaof_mu_, save_mu_;
Expand Down

0 comments on commit bfbde9e

Please sign in to comment.