瀏覽代碼

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

Loading…
取消
儲存