[trivial] fix peer actions (broken in previous commit)
This commit is contained in:
parent
6371af2e5c
commit
3c3faa8728
@ -1020,8 +1020,7 @@ def synchronize_ca(fatal=False):
|
||||
for action, services in set(peer_service_actions):
|
||||
create_peer_service_actions(action, services)
|
||||
|
||||
for action in set(peer_actions):
|
||||
create_peer_actions(action)
|
||||
create_peer_actions(peer_actions)
|
||||
|
||||
cluster_rel_settings = {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user