aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pres/packet-pres-template.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-03-04 12:50:18 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-03-04 12:50:18 +0000
commit2f8830b4d03bb3f0ae67ba22896b1ac62c133428 (patch)
tree96338cd40e1cefa0587cb4b5cc2c4f5bc6eab668 /asn1/pres/packet-pres-template.c
parentf05fb51aba628102f83cd814d04f763643baab3e (diff)
From LEGO via bug 3459:
Add a callback to UAT to be called after the table has being updated, use it to renew the snmp_ue_cache. svn path=/trunk/; revision=32112
Diffstat (limited to 'asn1/pres/packet-pres-template.c')
-rw-r--r--asn1/pres/packet-pres-template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/pres/packet-pres-template.c b/asn1/pres/packet-pres-template.c
index 0d15a3eb56..ed4f2c338d 100644
--- a/asn1/pres/packet-pres-template.c
+++ b/asn1/pres/packet-pres-template.c
@@ -427,6 +427,7 @@ void proto_register_pres(void) {
pres_copy_cb,
NULL,
pres_free_cb,
+ NULL,
users_flds);
static module_t *pres_module;