diff options
author | Anders Svensson <[email protected]> | 2014-05-28 08:35:54 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2014-05-28 08:35:54 +0200 |
commit | 495b44babd659247f674ef88d50440e10891e138 (patch) | |
tree | 08752dd791cd94edaf71fd53dc42de9c8759f65c /lib/diameter/doc | |
parent | 95ffa9b741631752633b3c97dfcd1ce620574e94 (diff) | |
parent | 631522514dbd409dbb789103b54bd81c879aff34 (diff) | |
download | otp-495b44babd659247f674ef88d50440e10891e138.tar.gz otp-495b44babd659247f674ef88d50440e10891e138.tar.bz2 otp-495b44babd659247f674ef88d50440e10891e138.zip |
Merge branch 'anders/diameter/hardening/OTP-11721' into maint
* anders/diameter/hardening/OTP-11721:
Change answer_errors default from report to discard
Diffstat (limited to 'lib/diameter/doc')
-rw-r--r-- | lib/diameter/doc/src/diameter.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml index 7d6a28e51c..ab9ad25a3a 100644 --- a/lib/diameter/doc/src/diameter.xml +++ b/lib/diameter/doc/src/diameter.xml @@ -227,7 +227,7 @@ question is as if a callback had taken place and returned <c>{error, failure}</c>.</p> <p> -Defaults to <c>report</c> if unspecified.</p> +Defaults to <c>discard</c> if unspecified.</p> </item> <tag><c>{request_errors, answer_3xxx|answer|callback}</c></tag> |