From 0aa428e66975600f6b4cdd23ffa32d86ed99bf47 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Tue, 20 Jun 2006 00:02:47 +0000 Subject: [PATCH] proper check for GetUdpTable --- src/os/win32/win32_sigar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/win32/win32_sigar.c b/src/os/win32/win32_sigar.c index 77081fcd..41695c8a 100644 --- a/src/os/win32/win32_sigar.c +++ b/src/os/win32/win32_sigar.c @@ -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; }