aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/snmp
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-12-21 11:04:10 +0000
committerGuy Harris <guy@alum.mit.edu>2012-12-21 11:04:10 +0000
commit954b90418a60d859cd43a77d310dfa9c1d6cc10a (patch)
tree6858814e86b11238a4b68ddd7825cc2c2bace5f4 /asn1/snmp
parentb1d5b64da630195f2e668f5b1e6b9ece55573a91 (diff)
Squelch a qualifier-discard warning.
svn path=/trunk/; revision=46664
Diffstat (limited to 'asn1/snmp')
-rw-r--r--asn1/snmp/snmp.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/snmp/snmp.cnf b/asn1/snmp/snmp.cnf
index 13bae40c47..6049c1b91e 100644
--- a/asn1/snmp/snmp.cnf
+++ b/asn1/snmp/snmp.cnf
@@ -200,7 +200,7 @@ gint pdu_type=-1;
expert_add_info_format( actx->pinfo, authen_item, PI_MALFORMED, PI_ERROR, "Error while verifying Message authenticity: %s", error );
} else {
int severity;
- gchar* msg;
+ const gchar* msg;
authen_item = proto_tree_add_boolean(authen_tree, hf_snmp_msgAuthentication, tvb, 0, 0, usm_p.authOK);
PROTO_ITEM_SET_GENERATED(authen_item);