summaryrefslogtreecommitdiff
path: root/asn1/camel/camel.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/camel/camel.cnf')
-rw-r--r--asn1/camel/camel.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/camel/camel.cnf b/asn1/camel/camel.cnf
index 06d1f9e07d..ccc49d24f5 100644
--- a/asn1/camel/camel.cnf
+++ b/asn1/camel/camel.cnf
@@ -224,7 +224,7 @@ if((camel_ver == 2)||(camel_ver == 1)){
#.FN_BODY ExtensionField/value
/*XXX handle local form here */
if(camel_obj_id){
- offset=call_ber_oid_callback(camel_obj_id, tvb, offset, actx->pinfo, tree);
+ offset=call_ber_oid_callback(camel_obj_id, tvb, offset, actx->pinfo, tree, NULL);
}
is_ExtensionField = FALSE;