From Vincent Bernat <bernat@debian.org>:

Refine workaroud for preventing libsmi error.

svn path=/trunk/; revision=32017
This commit is contained in:
Balint Reczey 2010-02-26 19:07:01 +00:00
parent af69a7236a
commit 866c5a1733
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ static void register_mibs(void) {
* workaround for libsmi versions where this problem is fixed.
* Currently there is no such version. :-(
*/
if (smiModule->conformance <= 1)
if (smiModule->conformance == 1)
report_failure("Stopped processing module %s due to "
"error(s) to prevent potential crash in libsmi.\n"
"Module's conformance level: %d.\n"