proper check for GetUdpTable
This commit is contained in:
parent
7b588db6e4
commit
0aa428e669
|
@ -2148,7 +2148,7 @@ static int net_conn_get_udp(sigar_t *sigar,
|
||||||
|
|
||||||
DLLMOD_INIT(iphlpapi, FALSE);
|
DLLMOD_INIT(iphlpapi, FALSE);
|
||||||
|
|
||||||
if (!sigar_GetTcpTable) {
|
if (!sigar_GetUdpTable) {
|
||||||
return SIGAR_ENOTIMPL;
|
return SIGAR_ENOTIMPL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue