[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1363800536-3615-1-git-send-email-dbaluta@ixiacom.com>
Date: Wed, 20 Mar 2013 19:28:56 +0200
From: Daniel Baluta <dbaluta@...acom.com>
To: davem@...emloft.net
Cc: willemb@...gle.com, edumazet@...gle.com,
linux-kernel@...r.kernel.org, Daniel Baluta <dbaluta@...acom.com>
Subject: [PATCH] net: fix psock_fanout selftest bind error message
Signed-off-by: Daniel Baluta <dbaluta@...acom.com>
---
.../testing/selftests/net-afpacket/psock_fanout.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/testing/selftests/net-afpacket/psock_fanout.c b/tools/testing/selftests/net-afpacket/psock_fanout.c
index f765f09..226e5e3 100644
--- a/tools/testing/selftests/net-afpacket/psock_fanout.c
+++ b/tools/testing/selftests/net-afpacket/psock_fanout.c
@@ -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);
}
}
--
1.7.5.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists