proper check for GetUdpTable

This commit is contained in:
Doug MacEachern 2006-06-20 00:02:47 +00:00
parent 7b588db6e4
commit 0aa428e669
1 changed files with 1 additions and 1 deletions

View File

@ -2148,7 +2148,7 @@ static int net_conn_get_udp(sigar_t *sigar,
DLLMOD_INIT(iphlpapi, FALSE);
if (!sigar_GetTcpTable) {
if (!sigar_GetUdpTable) {
return SIGAR_ENOTIMPL;
}