Skip to content

Commit

Permalink
Merge branch 'master' into update-couchdb-defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
rnewson authored Oct 4, 2019
2 parents f4998fb + 75e4736 commit 84680cf
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/dreyfus/src/clouseau_rpc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,8 @@ connected() ->
true ->
true;
false ->
% We might have just booted up, so let's send a test RPC
case (catch version()) of
{ok, _} ->
true;
_Err ->
false
end
% We might have just booted up, so let's ping
pong == net_adm:ping(clouseau())
end.

rpc(Ref, Msg) ->
Expand Down

0 comments on commit 84680cf

Please sign in to comment.