DHA: fix copy/paste mistake END/CONTINUE

This commit is contained in:
Harald Welte 2012-01-30 21:14:17 +01:00
parent 9bdce61410
commit 7943c341b2
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ initiation_sent({'TR', 'CONTINUE', indication, ContParms}, State) when is_record
userInfo = AARE,
componentsPresent = ComponentsPresent},
NewState = State#state{parms = TcParms},
gen_fsm:send_event(NewState#state.usap, {'TC', 'END', indication, TcParms}),
gen_fsm:send_event(NewState#state.usap, {'TC', 'CONTINUE', indication, TcParms}),
%% Any components?
case ComponentsPresent of
true ->