Change from start to offset

This commit is contained in:
Stephane Bourque
2020-11-12 18:24:45 -08:00
parent a775d18b27
commit e5d40eb9a5

View File

@@ -87,6 +87,7 @@ handle_cast( {manager_found,NodeName}, State = #simnode_state{}) ->
false ->
case net_adm:ping(NodeName) of
pong ->
global:sync(),
manager:connect(),
lager:info("Adding new manager node.");
pang ->