Skip to content

Commit

Permalink
Merge pull request #2 from dietrichf/master
Browse files Browse the repository at this point in the history
watchers for path listings not working, correcting typo
  • Loading branch information
marcoatinfi committed Oct 10, 2011
2 parents cab8dad + 628f542 commit 067e836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ezk.erl
Expand Up @@ -282,7 +282,7 @@ n_ls2(ConnectionPId, Path, Receiver, Tag) ->
%% like above, but a Childwatch is set to the Node.
%% Same Reaktion like at get with watch but Type = child
ls2(ConnectionPId, Path, WatchOwner, WatchMessage) ->
ezk_connection:n_ls2(ConnectionPId, Path, WatchOwner, WatchMessage).
ezk_connection:ls2(ConnectionPId, Path, WatchOwner, WatchMessage).

%% Returns the Actual Transaction Id of the Client.
%% Reply = Iteration = Int.
Expand Down

0 comments on commit 067e836

Please sign in to comment.