Sfoglia il codice sorgente

erl_epmd changed to net_adm

pull/2278/head
Shamis Shukoor 5 anni fa
committed by GitHub
parent
commit
0f96d22b76
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/rebar_dist_utils.erl

+ 1
- 1
src/rebar_dist_utils.erl Vedi File

@ -51,7 +51,7 @@ find_options(State) ->
%%% PRIVATE %%%
%%%%%%%%%%%%%%%
start(Name, Type, Opts) ->
case erl_epmd:names() of
case net_adm:names() of
{error, _} ->
start_epmd();
{ok, _} ->

Caricamento…
Annulla
Salva