From b1a22082d1cf9f1b7bb37f2972b2dbd95e00d916 Mon Sep 17 00:00:00 2001 From: rousskov <> Date: Wed, 4 Mar 1998 07:08:34 +0000 Subject: [PATCH] - Removed debugging messages related to MIB initialization. They were printed to stderr becuase _db_init() is called later that snmpInit() ? --- snmplib/mib.c | 1 - snmplib/parse.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/snmplib/mib.c b/snmplib/mib.c index f82749c95c..04c0988a32 100644 --- a/snmplib/mib.c +++ b/snmplib/mib.c @@ -531,7 +531,6 @@ set_functions(subtree) void init_mib(char *file) { - snmplib_debug(0, "init MIB(%p): file: '%s'\n", Mib, file ? file : ""); if (Mib != NULL) return; diff --git a/snmplib/parse.c b/snmplib/parse.c index 99e5bbfa00..2e493530e3 100644 --- a/snmplib/parse.c +++ b/snmplib/parse.c @@ -1092,8 +1092,6 @@ read_mib(filename) char mbuf[256]; char *p; - snmplib_debug(0, "reading MIB file: '%s'\n", filename); - fp = fopen(filename, "r"); if (fp == NULL) { snmplib_debug(0, "failed to open MIB file: '%s'\n", filename); -- 2.47.2