sctp_sua: use 'undefined' for AS Pid

This commit is contained in:
Harald Welte 2013-07-27 14:14:08 +08:00
parent dd03995ea2
commit fdf2653264
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
init(_InitOpts) ->
% start SUA ASP
Fun = fun(Prim, Args) -> asp_prim_to_user(Prim, Args) end,
AsPid = fixme,
AsPid = undefined,
{ok, Asp} = gen_fsm:start_link(xua_asp_fsm, [AsPid, sua_asp, [], Fun, [self()], self()], [{debug, [trace]}]),
{ok, #sua_state{asp_pid=Asp}}.