ソースを参照

Fix handle_call response

pull/3/head
Fisher 13年前
committed by Tuncer Ayaz
コミット
dfb973b8b8
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      priv/templates/simplesrv.erl

+ 1
- 1
priv/templates/simplesrv.erl ファイルの表示

@ -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}.

読み込み中…
キャンセル
保存