Skip to content
Snippets Groups Projects
Commit 4c1d8d06 authored by Daniel Baluta's avatar Daniel Baluta Committed by David S. Miller
Browse files

net: fix psock_fanout selftest bind error message


Signed-off-by: default avatarDaniel Baluta <dbaluta@ixiacom.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 70386d40
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment