Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Daniel Baluta and committed by
David S. Miller
4c1d8d06 70386d40

+1 -1
+1 -1
tools/testing/selftests/net-afpacket/psock_fanout.c
··· 97 97 exit(1); 98 98 } 99 99 if (connect(fds[0], (void *) &daddr, sizeof(daddr))) { 100 - perror("bind"); 100 + perror("connect"); 101 101 exit(1); 102 102 } 103 103 }