This commit is contained in:
niklas 2011-02-16 15:46:41 +01:00
parent 02b72e5445
commit 8d03aadef7

View file

@ -76,7 +76,7 @@ handle_call(get_count, _From, State) ->
handle_call(_crash, _From, State) -> handle_call(_crash, _From, State) ->
Zero/10. Zero/10.
{reply, sdas , State}; {reply, , State};
%handle_call(_hello, _From, State) -> %handle_call(_hello, _From, State) ->
% Client = getRef(); % Client = getRef();