mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue