aboutsummaryrefslogtreecommitdiffstats
path: root/test/acceptor_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/acceptor_SUITE.erl')
-rw-r--r--test/acceptor_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/acceptor_SUITE.erl b/test/acceptor_SUITE.erl
index 7fc26f4..217ba56 100644
--- a/test/acceptor_SUITE.erl
+++ b/test/acceptor_SUITE.erl
@@ -319,7 +319,7 @@ misc_set_transport_options(_) ->
num_acceptors => 2, shutdown => 1001, socket_opts => [{send_timeout, 5002}]}),
ConnsSups = [ConnsSup || {_, ConnsSup} <- ranch_server:get_connections_sups(Name)],
_ = [begin
- {State, _, _, _} = sys:get_state(ConnsSup),
+ {State, _, _, _, _} = sys:get_state(ConnsSup),
20 = element(10, State),
5001 = element(9, State),
1001 = element(5, State)