This commit is contained in:
Feng Lee 2015-01-30 20:48:23 +08:00
parent 9cabf1be0c
commit 601f21182d
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ handle_cast(_Msg, State) ->
{noreply, State}.
handle_info({'DOWN', MRef, process, DownPid, _Reason}, State) ->
ets:match_delete(emqtt_client, {{'_', DownPid, MRef}}),
ets:match_delete(?TABLE, {{'_', DownPid, MRef}}),
{noreply, State};
handle_info(_Info, State) ->