]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-snmp.c
CMake: Fix the comment about versions. [skip ci]
[tcpdump] / print-snmp.c
index d05a5d383dd413b45d5dd67654ad1734147545e7..76f0bbacaf0b4871670f6d000475c1c43a44e6de 100644 (file)
@@ -58,9 +58,7 @@
 
 /* \summary: Simple Network Management Protocol (SNMP) printer */
 
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#endif
 
 #include "netdissect-stdinc.h"
 
@@ -1090,7 +1088,7 @@ smi_print_value(netdissect_options *ndo,
        }
 
        if (NOTIFY_CLASS(pduid) && smiNode->access < SMI_ACCESS_NOTIFY) {
-           ND_PRINT("[notNotifyable]");
+           ND_PRINT("[notNotifiable]");
        }
 
        if (READ_CLASS(pduid) && smiNode->access < SMI_ACCESS_READ_ONLY) {