summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rmemo.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmemo.erl b/src/rmemo.erl
index 54a8626..dd3642f 100644
--- a/src/rmemo.erl
+++ b/src/rmemo.erl
@@ -216,7 +216,7 @@ ets_tab() ->
handle_call({save, Key, Res}, _From, State) ->
{reply, save(Key, Res), State};
handle_call(_Request, _From, State) ->
- {reply, {error, undefined_call}, State}.
+ {noreply, State}.
%%--------------------------------------------------------------------
%% @private