ports/net-mgmt/net-snmp-devel/files/patch-tcpTable.c
Jun Kuriyama fb3bf34548 - Upgrade to 5.1.2.
Numerous patches are integrated into this release.
2004-08-11 02:31:33 +00:00

12 lines
313 B
C

--- agent/mibgroup/mibII/tcpTable.c.orig Wed Jun 9 05:53:17 2004
+++ agent/mibgroup/mibII/tcpTable.c Thu Jun 24 23:21:32 2004
@@ -275,6 +277,9 @@
int
TCP_Count_Connections( void ) {
+#if (defined(CAN_USE_SYSCTL) && defined(TCPCTL_PCBLIST))
+ tcpTable_load(NULL, NULL);
+#endif
return tcp_estab;
}