mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-28 12:40:29 +00:00
selftests/net: Clean-up double assignment
Correct copy'n'paste typo: the previous line already initialises get_all to 1. Reported-by: Nassiri, Mohammad <mnassiri@ciena.com> Closes: https://lore.kernel.org/all/DM6PR04MB4202BC58A9FD5BDD24A16E8EC56F2@DM6PR04MB4202.namprd04.prod.outlook.com/ Signed-off-by: Dmitry Safonov <0x7f454c46@gmail.com> Link: https://patch.msgid.link/20240823-tcp-ao-selftests-upd-6-12-v4-1-05623636fe8c@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
73d33bd063
commit
79504a4733
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user