Take out UCD-SNMP message since we no longer use it
[metze/wireshark/wip.git] / version_info.c
index 7ef063cea4f92444bed212d8e3412923b2c86cda..17cfaa87ebbd8c3f9ba4445211c21adf216330bc 100644 (file)
@@ -193,7 +193,7 @@ get_epan_compiled_version_info(GString *str)
        g_string_append(str, "with Net-SNMP ");
        g_string_append(str, netsnmp_get_version());
 #else /* no SNMP library */
-       g_string_append(str, "without UCD-SNMP or Net-SNMP");
+       g_string_append(str, "without Net-SNMP");
 #endif /* HAVE_NET_SNMP */
 
         /* ADNS */