Skip to content

Commit 057b8d6

Browse files
committed
Replace deprecated net_kernel:connect with net_kernel:connect_node
1 parent 95119a0 commit 057b8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entop_view.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
%% =============================================================================
5959
start(Node) ->
6060
Parent = self(),
61-
case net_kernel:connect(Node) of
61+
case net_kernel:connect_node(Node) of
6262
true ->
6363
State = #state { node = Node, connected = true },
6464
NState = load_remote_static_data(State),

0 commit comments

Comments
 (0)