CCO: fix typo (send_event instead of sent_event)

This commit is contained in:
Harald Welte 2011-12-17 18:37:44 +01:00
parent 70be83b1c9
commit f6f4f6d5cc
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ process_request_components([Head|Tail], State, AsnComps, ISMs) when
{ok, ISM} = tcap_invocation_sup:start_ism(Usap, DialogueId,
InvId, Class, Tout),
% signal 'operation-sent' to ISM
gen_fsm:sent_event(ISM, 'operation-sent'),
gen_fsm:send_event(ISM, 'operation-sent'),
NewISMs = [{InvId, ISM}|ISMs];
_ ->
NewISMs = ISMs