diff options
author | Anders Svensson <[email protected]> | 2013-12-02 09:43:55 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2013-12-02 09:43:55 +0100 |
commit | 0f2458596200b5567b06c626254e2c3477ccfabf (patch) | |
tree | b62cfcafe033cb9080c4b7d3ffea2369c22705ce /lib/diameter/src/base/diameter_watchdog.erl | |
parent | 2b8c7d30e6c24ebc4c8d78c16d8033ff0d6c106e (diff) | |
parent | abea7186dd2590a0283396e94cf03dfb087277e5 (diff) | |
download | otp-0f2458596200b5567b06c626254e2c3477ccfabf.tar.gz otp-0f2458596200b5567b06c626254e2c3477ccfabf.tar.bz2 otp-0f2458596200b5567b06c626254e2c3477ccfabf.zip |
Merge branch 'anders/diameter/timer_confusion/OTP-11168' into maint
* anders/diameter/timer_confusion/OTP-11168:
Rename reconnect_timer -> connect_timer
Diffstat (limited to 'lib/diameter/src/base/diameter_watchdog.erl')
-rw-r--r-- | lib/diameter/src/base/diameter_watchdog.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diameter/src/base/diameter_watchdog.erl b/lib/diameter/src/base/diameter_watchdog.erl index 127a647b89..9a1c8b6585 100644 --- a/lib/diameter/src/base/diameter_watchdog.erl +++ b/lib/diameter/src/base/diameter_watchdog.erl @@ -329,7 +329,7 @@ code_change(_, State, _) -> %% the commentary is ours. %% Service or watchdog is telling the watchdog of an accepting -%% transport to die after reconnect_timer expiry or reestablished +%% transport to die after connect_timer expiry or reestablished %% connection (in another transport process) respectively. transition(close, #watchdog{status = down}) -> {{accept, _}, _, _} = getr(restart), %% assert |