pubsub dirty_sync typo fix on node configuration transaction

SVN Revision: 1159
This commit is contained in:
Christophe Romain 2008-01-25 10:17:59 +00:00
parent 48e15804e3
commit 326fc6d331
1 changed files with 1 additions and 1 deletions

View File

@ -2233,7 +2233,7 @@ broadcast_config_notification(Host, Node, Lang) ->
end
end
end,
transaction(Host, Node, Action, dirty_sync).
transaction(Host, Node, Action, sync_dirty).
%TODO: simplify broadcast_* using a generic function like that:
%broadcast(Host, Node, Fun) ->