removed fsm name

This commit is contained in:
Jeena Paradies 2011-04-11 17:33:33 +02:00
parent a885d2c2e2
commit 087dde8916

View file

@ -33,8 +33,8 @@ parse(Protocol, Data) ->
start_link() ->
gen_fsm:start_link({local, ?SERVER}, ?MODULE, [], []).
gen_fsm:start_link(?MODULE, [], []).
% Start state: {[""],0}, meaning:
% - Start with no strings parsed
% - Start with a data-section-lengths of 0