Remove hint of name resolution when it's not there.

svn path=/trunk/; revision=29033
This commit is contained in:
Jaap Keuter 2009-07-08 21:04:53 +00:00
parent 9604d665bf
commit 98b5c7bf9a
1 changed files with 2 additions and 1 deletions

View File

@ -1992,10 +1992,11 @@ void proto_register_snmp(void) {
"Table of engine-user associations used for authentication and decryption",
assocs_uat);
#ifdef HAVE_LIBSMI
prefs_register_static_text_preference(snmp_module, "info_mibs",
"MIB settings can be changed in the Name Resolution preferences",
"MIB settings can be changed in the Name Resolution preferences");
#endif
value_sub_dissectors_table = register_dissector_table("snmp.variable_oid","SNMP Variable OID", FT_STRING, BASE_NONE);