Przeglądaj źródła

Fix handle_call response

pull/3/head
Fisher 13 lat temu
committed by Tuncer Ayaz
rodzic
commit
dfb973b8b8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      priv/templates/simplesrv.erl

+ 1
- 1
priv/templates/simplesrv.erl Wyświetl plik

@ -30,7 +30,7 @@ init(Args) ->
{ok, Args}.
handle_call(_Request, _From, State) ->
{noreply, ok, State}.
{reply, ok, State}.
handle_cast(_Msg, State) ->
{noreply, State}.

Ładowanie…
Anuluj
Zapisz