From 35fce38f43541b83133ee10065e39531d76bd135 Mon Sep 17 00:00:00 2001 From: Adrian Knoth Date: Wed, 25 Apr 2007 12:31:13 +0000 Subject: [PATCH] Don't know why this line was here. This commit was SVN r14509. --- orte/mca/oob/tcp/oob_tcp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/orte/mca/oob/tcp/oob_tcp.c b/orte/mca/oob/tcp/oob_tcp.c index 47309e5107..52bad8eb13 100644 --- a/orte/mca/oob/tcp/oob_tcp.c +++ b/orte/mca/oob/tcp/oob_tcp.c @@ -467,7 +467,6 @@ static int mca_oob_tcp_create_listen(int *target_sd, uint16_t af_family) "mca_oob_tcp_create_listen: unable to disable v4-mapped addresses\n"); } } - addrlen = sizeof(struct sockaddr_in6); } #else inaddr.sin_family = AF_INET;