[trivial] fix peer actions (broken in previous commit)

This commit is contained in:
Edward Hope-Morley 2015-03-15 11:16:24 +01:00
parent 6371af2e5c
commit 3c3faa8728

View File

@ -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 = {}