1
1
This commit was SVN r5278.
Этот коммит содержится в:
Jeff Squyres 2005-04-12 21:11:40 +00:00
родитель aa4157fc60
Коммит 3ec8c614f7

Просмотреть файл

@ -199,11 +199,6 @@ int mca_oob_tcp_component_open(void)
mca_oob_tcp_param_register_str("include", NULL);
mca_oob_tcp_component.tcp_exclude =
mca_oob_tcp_param_register_str("exclude", NULL);
mca_oob_tcp_component.tcp_include =
mca_oob_tcp_param_register_str("include", NULL);
mca_oob_tcp_component.tcp_exclude =
mca_oob_tcp_param_register_str("exclude", NULL);
/* initialize state */
mca_oob_tcp_component.tcp_listen_sd = -1;