Skip to content

Commit

Permalink
net: fix psock_fanout selftest bind error message
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Daniel Baluta authored and David S. Miller committed Mar 20, 2013
1 parent 70386d4 commit 4c1d8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/net-afpacket/psock_fanout.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 4c1d8d0

Please sign in to comment.