Skip to content

Commit

Permalink
update rebar and fix net_kerl connect call
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Garg committed Aug 15, 2018
1 parent 157c5d1 commit 1ab58a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified rebar3
Binary file not shown.
2 changes: 1 addition & 1 deletion test/hbbft_ct_utils.erl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ connect(_, Node, _Auto) ->
attempt_connect(Node).

attempt_connect(Node) ->
case net_kernel:connect(Node) of
case net_kernel:connect_node(Node) of
false ->
{error, not_reachable};
true ->
Expand Down

0 comments on commit 1ab58a2

Please sign in to comment.