aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/src/base/diameter_peer_fsm.erl
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2015-09-29 14:24:57 +0200
committerHans Bolinder <[email protected]>2015-10-09 11:37:55 +0200
commitfb18a3f184ac47b07c801b88b9d166ae52ba757d (patch)
treeee36c9a850c22d24646783f61b8c16b950903b1d /lib/diameter/src/base/diameter_peer_fsm.erl
parentb3bf0e29bb884ff5296fa61012066ae619d531f6 (diff)
downloadotp-fb18a3f184ac47b07c801b88b9d166ae52ba757d.tar.gz
otp-fb18a3f184ac47b07c801b88b9d166ae52ba757d.tar.bz2
otp-fb18a3f184ac47b07c801b88b9d166ae52ba757d.zip
Update Diameter
Record field types have been modified due to commit 8ce35b2: "Take out automatic insertion of 'undefined' from typed record fields".
Diffstat (limited to 'lib/diameter/src/base/diameter_peer_fsm.erl')
-rw-r--r--lib/diameter/src/base/diameter_peer_fsm.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diameter/src/base/diameter_peer_fsm.erl b/lib/diameter/src/base/diameter_peer_fsm.erl
index 2b23183d18..fb874013a3 100644
--- a/lib/diameter/src/base/diameter_peer_fsm.erl
+++ b/lib/diameter/src/base/diameter_peer_fsm.erl
@@ -117,7 +117,7 @@
parent :: pid(), %% watchdog process
transport :: pid(), %% transport process
dictionary :: module(), %% common dictionary
- service :: #diameter_service{},
+ service :: #diameter_service{} | undefined,
dpr = false :: false
| true %% DPR received, DPA sent
| {boolean(), uint32(), uint32()},