From 0afe128c2006047519f64de8597252e0e55e6d63 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 9 Jun 2013 16:18:08 +0200 Subject: [PATCH] DHA: fix missing '' around atom with '-' in its name ... otherwise it would be treated like an arithmetic expression --- TCAP/src/ITU/tcap_dha_fsm.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TCAP/src/ITU/tcap_dha_fsm.erl b/TCAP/src/ITU/tcap_dha_fsm.erl index b277833..02ee5a8 100644 --- a/TCAP/src/ITU/tcap_dha_fsm.erl +++ b/TCAP/src/ITU/tcap_dha_fsm.erl @@ -213,7 +213,7 @@ idle({'TR', 'BEGIN', indication, BeginParms}, State) when is_record(BeginParms, AARE = 'DialoguePDUs':encode('AARE-apdu', #'AARE-apdu'{ 'protocol-version' = [version1], 'application-context-name' = DialoguePortion#'AARQ-apdu'.'application-context-name', - result = reject-permanent, + result = 'reject-permanent', 'result-source-diagnostic' = {'dialogue-service-provider', 'no-common-dialogue-portion'}}), %% Discard components %% TR-P-ABORT request to TSL