Message ID | 20240823-tcp-ao-selftests-upd-6-12-v4-1-05623636fe8c@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 79504a47339cd9a1574d974869aecaba838e1213 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net/selftests: TCP-AO selftests updates | expand |
diff --git a/tools/testing/selftests/net/tcp_ao/lib/sock.c b/tools/testing/selftests/net/tcp_ao/lib/sock.c index 15aeb0963058..0ffda966c677 100644 --- a/tools/testing/selftests/net/tcp_ao/lib/sock.c +++ b/tools/testing/selftests/net/tcp_ao/lib/sock.c @@ -379,7 +379,6 @@ int test_get_tcp_ao_counters(int sk, struct tcp_ao_counters *out) key_dump[0].nkeys = nr_keys; key_dump[0].get_all = 1; - key_dump[0].get_all = 1; err = getsockopt(sk, IPPROTO_TCP, TCP_AO_GET_KEYS, key_dump, &key_dump_sz); if (err) {