diff --git a/orte/mca/oob/tcp/oob_tcp_component.c b/orte/mca/oob/tcp/oob_tcp_component.c index 19ba1a93e9..0e9c11a6ef 100644 --- a/orte/mca/oob/tcp/oob_tcp_component.c +++ b/orte/mca/oob/tcp/oob_tcp_component.c @@ -514,12 +514,10 @@ static int component_available(void) /* get the name for diagnostic purposes */ opal_ifindextoname(i, name, sizeof(name)); -#if 0 /* ignore any virtual interfaces */ if (0 == strncmp(name, "vir", 3)) { continue; } -#endif /* handle include/exclude directives */ if (NULL != interfaces) {