diff options
author | Anders Svensson <[email protected]> | 2014-05-28 08:38:02 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2014-05-28 08:38:02 +0200 |
commit | 9a99ab55b9a1d276174f6fbe43c256be3cf27e21 (patch) | |
tree | be4ac01086fa3d88d0fc337949c10c073bc2a224 /lib/diameter/examples/code | |
parent | dea5de2c705248802cb234e02aa7402b52d3bb54 (diff) | |
parent | fbf868910593b74776eba6a0c970b123502a759e (diff) | |
download | otp-9a99ab55b9a1d276174f6fbe43c256be3cf27e21.tar.gz otp-9a99ab55b9a1d276174f6fbe43c256be3cf27e21.tar.bz2 otp-9a99ab55b9a1d276174f6fbe43c256be3cf27e21.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/diameter/examples/code')
-rw-r--r-- | lib/diameter/examples/code/client.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/diameter/examples/code/client.erl b/lib/diameter/examples/code/client.erl index 6606ac254d..46eb4a55db 100644 --- a/lib/diameter/examples/code/client.erl +++ b/lib/diameter/examples/code/client.erl @@ -72,7 +72,6 @@ {'Product-Name', "Client"}, {'Auth-Application-Id', [?DIAMETER_APP_ID_COMMON]}, {application, [{alias, ?APP_ALIAS}, - {answer_errors, discard}, {dictionary, ?DIAMETER_DICT_COMMON}, {module, ?CALLBACK_MOD}]}]). |