aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-11-09 13:03:15 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-11-09 13:03:15 +0000
commit00d20e0384fd9b36f973ff535998395b3ec04141 (patch)
tree8455cf1e433e12eeb15c392aa87f8cb22e0ff986 /asn1
parent169547006b8513a00930440c258b828bae677fb9 (diff)
Made enterprise_oid pointer const.
svn path=/trunk/; revision=30877
Diffstat (limited to 'asn1')
-rw-r--r--asn1/snmp/packet-snmp-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/snmp/packet-snmp-template.c b/asn1/snmp/packet-snmp-template.c
index 22afdfda51..3566e48065 100644
--- a/asn1/snmp/packet-snmp-template.c
+++ b/asn1/snmp/packet-snmp-template.c
@@ -155,7 +155,7 @@ typedef struct _snmp_st_assoc_t {
} snmp_st_assoc_t;
static guint num_specific_traps = 0;
static snmp_st_assoc_t *specific_traps = NULL;
-static char *enterprise_oid = NULL;
+static const char *enterprise_oid = NULL;
static guint generic_trap = 0;