diff --git a/confluent_server/confluent/collective/manager.py b/confluent_server/confluent/collective/manager.py index b5f3a5a3..c1d20427 100644 --- a/confluent_server/confluent/collective/manager.py +++ b/confluent_server/confluent/collective/manager.py @@ -403,7 +403,7 @@ def handle_connection(connection, cert, request, local=False): connection.close() return if (currentleader == connection.getpeername()[0] and - follower and not follower.dead: + follower and not follower.dead): # if we are happily following this leader already, don't stir # the pot tlvdata.send(connection, {'status': 0})