diff --git a/orte/mca/oob/tcp/oob_tcp_listener.c b/orte/mca/oob/tcp/oob_tcp_listener.c index 4ac34d0d86..881392df45 100644 --- a/orte/mca/oob/tcp/oob_tcp_listener.c +++ b/orte/mca/oob/tcp/oob_tcp_listener.c @@ -11,7 +11,7 @@ * All rights reserved. * Copyright (c) 2006-2013 Los Alamos National Security, LLC. * All rights reserved. - * Copyright (c) 2009-2014 Cisco Systems, Inc. All rights reserved. + * Copyright (c) 2009-2015 Cisco Systems, Inc. All rights reserved. * Copyright (c) 2011 Oak Ridge National Labs. All rights reserved. * Copyright (c) 2013-2014 Intel, Inc. All rights reserved. * Copyright (c) 2015 Research Organization for Information Science @@ -307,9 +307,6 @@ static int create_listen(void) return ORTE_ERR_IN_ERRNO; } - /* setup socket options */ - orte_oob_tcp_set_socket_options(sd); - /* Enable/disable reusing ports */ if (orte_static_ports) { flags = 1; @@ -566,10 +563,6 @@ static int create_listen6(void) return ORTE_ERROR; } - - /* setup socket options */ - orte_oob_tcp_set_socket_options(sd); - /* Enable/disable reusing ports */ if (orte_static_ports) { flags = 1;