21 lines
594 B
Diff
21 lines
594 B
Diff
--- net-snmp-5.4/agent/mibgroup/tcp-mib/data_access/tcpConn_linux.c.old 2006-12-08 15:29:56.000000000 +0200
|
|
+++ net-snmp-5.4/agent/mibgroup/tcp-mib/data_access/tcpConn_linux.c 2006-12-08 15:30:39.000000000 +0200
|
|
@@ -275,15 +275,6 @@
|
|
if (0 == log_open_err)
|
|
log_open_err = 1;
|
|
|
|
- netsnmp_assert(NULL != container);
|
|
-
|
|
-#undef PROCFILE
|
|
-#define PROCFILE "/proc/net/tcp6"
|
|
- if (!(in = fopen(PROCFILE, "r"))) {
|
|
- snmp_log(LOG_ERR,"could not open " PROCFILE "\n");
|
|
- return -2;
|
|
- }
|
|
-
|
|
fgets(line, sizeof(line), in); /* skip header */
|
|
|
|
/*
|
|
|
|
|