aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-03-06 22:13:24 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-03-06 22:13:24 +0000
commitfdc980e79dc0fde8d1ccba19d32d8c93bddd65bb (patch)
treefc1191ee2a81f39dc574d5299814a8ac06e46604 /asn1
parentbde6848d5a0d0bd085b69da2b4dcbd8e2cb0f5cf (diff)
Added an option to uat_new() to set if configuration shall be saved in the
selected profile. Don't save SMI Paths and SMI Modules in the profiles because reloading currently doesn't work (bug 2309). svn path=/trunk/; revision=24580
Diffstat (limited to 'asn1')
-rw-r--r--asn1/snmp/packet-snmp-template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/snmp/packet-snmp-template.c b/asn1/snmp/packet-snmp-template.c
index 828bad9c3d..7291926552 100644
--- a/asn1/snmp/packet-snmp-template.c
+++ b/asn1/snmp/packet-snmp-template.c
@@ -1932,6 +1932,7 @@ void proto_register_snmp(void) {
assocs_uat = uat_new("SNMP Users",
sizeof(snmp_ue_assoc_t),
"snmp_users",
+ TRUE,
(void**)&ueas,
&num_ueas,
UAT_CAT_CRYPTO,