1
1
This commit was SVN r18057.
Этот коммит содержится в:
Ralph Castain 2008-04-01 13:42:16 +00:00
родитель 524ed5d515
Коммит 39c2680e9a

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

@ -500,7 +500,7 @@ static void mca_oob_tcp_accept(int incoming_sd)
static int
mca_oob_tcp_create_listen(int *target_sd, uint16_t af_family)
{
int flags, index, range, port;
int flags, index, range, port=0;
struct sockaddr_storage inaddr;
opal_socklen_t addrlen;