24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-12 21:52:07 +02:00

Fix dialyzer warning

This commit is contained in:
Paweł Chmielowski 2021-06-28 12:18:19 +02:00
parent 6e900d6a8f
commit b669e4499c

View File

@ -683,7 +683,7 @@ listen_opt_type(max_stanza_size) ->
listen_opt_type(max_fsm_queue) -> listen_opt_type(max_fsm_queue) ->
econf:pos_int(); econf:pos_int();
listen_opt_type(send_timeout) -> listen_opt_type(send_timeout) ->
econf:timeout(seconds, true); econf:timeout(second, true);
listen_opt_type(shaper) -> listen_opt_type(shaper) ->
econf:shaper(); econf:shaper();
listen_opt_type(access) -> listen_opt_type(access) ->