aboutsummaryrefslogtreecommitdiffstats
path: root/src/map_masq.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/map_masq.erl')
-rw-r--r--src/map_masq.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map_masq.erl b/src/map_masq.erl
index d6cc419..87a8028 100644
--- a/src/map_masq.erl
+++ b/src/map_masq.erl
@@ -384,7 +384,7 @@ handle_tcap_components_acc(From, [Component|Tail], NewComponents) ->
NewBody = Body#'MapSpecificPDUs_continue_components_SEQOF_basicROS_invoke'{argument=NewArg};
#'MapSpecificPDUs_continue_components_SEQOF_basicROS_returnResult'{result=#'MapSpecificPDUs_continue_components_SEQOF_basicROS_returnResult_result'{opcode={local, OpCode}, result=Arg} = R} ->
NewArg = process_component_arg(From, OpCode, Arg),
- NewBody = Body#'MapSpecificPDUs_end_components_SEQOF_basicROS_returnResult'{result=R#'MapSpecificPDUs_end_components_SEQOF_basicROS_returnResult_result'{result=NewArg}};
+ NewBody = Body#'MapSpecificPDUs_continue_components_SEQOF_basicROS_returnResult'{result=R#'MapSpecificPDUs_continue_components_SEQOF_basicROS_returnResult_result'{result=NewArg}};
#'MapSpecificPDUs_continue_components_SEQOF_returnResultNotLast'{result=#'MapSpecificPDUs_continue_components_SEQOF_returnResultNotLast_result'{opcode={local, OpCode}, result=Arg} = R} ->
NewArg = process_component_arg(From, OpCode, Arg),
NewBody = Body#'MapSpecificPDUs_continue_components_SEQOF_returnResultNotLast'{result=R#'MapSpecificPDUs_continue_components_SEQOF_returnResultNotLast_result'{result=NewArg}};