summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TCAP/src/ITU/tcap_cco_server.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TCAP/src/ITU/tcap_cco_server.erl b/TCAP/src/ITU/tcap_cco_server.erl
index 87ad8b2..610ee76 100644
--- a/TCAP/src/ITU/tcap_cco_server.erl
+++ b/TCAP/src/ITU/tcap_cco_server.erl
@@ -178,7 +178,7 @@ handle_cast('request-components', State = #state{components=CompIn}) ->
gen_fsm:send_event(State#state.dha,
{'requested-components', CompOut}),
NewState = State#state{ism = State#state.ism ++ ISMs,
- components= undefined}
+ components = []}
end,
{noreply, NewState};