From 2b67ffc5b3c64fb3c1c5c1fabe874cba02efe675 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Fri, 22 Dec 2006 17:23:45 +0000 Subject: [PATCH] Take out UCD-SNMP message since we no longer use it svn path=/trunk/; revision=20199 --- version_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_info.c b/version_info.c index 7ef063cea4..17cfaa87eb 100644 --- a/version_info.c +++ b/version_info.c @@ -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 */ -- 2.34.1