summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-06-09 16:18:08 +0200
committerHarald Welte <laforge@gnumonks.org>2013-06-09 16:19:57 +0200
commit0afe128c2006047519f64de8597252e0e55e6d63 (patch)
treefc82e9826100ac759f924d1d1cf98e1a1774a1b4
parentcc3bbf9876879a478e780c4c283221aadc39d694 (diff)
DHA: fix missing '' around atom with '-' in its name
... otherwise it would be treated like an arithmetic expression
-rw-r--r--TCAP/src/ITU/tcap_dha_fsm.erl2
1 files changed, 1 insertions, 1 deletions
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