skip format for udp remote addr

This commit is contained in:
Doug MacEachern 2005-05-08 17:23:24 +00:00
parent dbaa11385a
commit f0f5c5646a
1 changed files with 1 additions and 3 deletions

View File

@ -2149,9 +2149,7 @@ static int net_conn_get_udp(sigar_t *sigar,
sizeof(conn.local_address),
udp->table[i].dwLocalAddr);
ip_format(conn.remote_address,
sizeof(conn.remote_address),
0);
SIGAR_SSTRCPY(conn.remote_address, "0.0.0.0");
conn.send_queue = conn.receive_queue = SIGAR_FIELD_NOTIMPL;