mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-29 22:46:47 +07:00
net: fix psock_fanout selftest bind error message
Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
70386d40e1
commit
4c1d8d0617
@ -97,7 +97,7 @@ static void pair_udp_open(int fds[], uint16_t port)
|
||||
exit(1);
|
||||
}
|
||||
if (connect(fds[0], (void *) &daddr, sizeof(daddr))) {
|
||||
perror("bind");
|
||||
perror("connect");
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user