removed fsm name
This commit is contained in:
parent
a885d2c2e2
commit
087dde8916
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue