diff options
author | Mickaël Rémond <mremond@process-one.net> | 2015-03-03 22:20:08 +0100 |
---|---|---|
committer | Mickaël Rémond <mremond@process-one.net> | 2015-03-03 22:20:08 +0100 |
commit | 8a99287374723766ac6c66cc3c4d028545332428 (patch) | |
tree | fed9b7c276691747b6812347be3f5c238d6a5496 /src/mod_ping.erl | |
parent | Fix typo on state reuse (diff) | |
parent | Merge pull request #441 from mremond/test/#438/run-elixir-tests (diff) |
Merge branch 'master' of github.com:processone/ejabberd
Diffstat (limited to 'src/mod_ping.erl')
-rw-r--r-- | src/mod_ping.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_ping.erl b/src/mod_ping.erl index 87cf6e015..f493dccb8 100644 --- a/src/mod_ping.erl +++ b/src/mod_ping.erl @@ -63,7 +63,7 @@ send_pings = ?DEFAULT_SEND_PINGS :: boolean(), ping_interval = ?DEFAULT_PING_INTERVAL :: non_neg_integer(), timeout_action = none :: none | kill, - timers = (?DICT):new() :: dict()}). + timers = (?DICT):new() :: ?TDICT}). %%==================================================================== %% API |