aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/t124/t124.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/t124/t124.cnf')
-rw-r--r--asn1/t124/t124.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/t124/t124.cnf b/asn1/t124/t124.cnf
index acd15ef7d6..7062ca7ac8 100644
--- a/asn1/t124/t124.cnf
+++ b/asn1/t124/t124.cnf
@@ -156,7 +156,7 @@ RegistryAllocateHandleResponse/result AllocateHandleResponseResult
ns = tvb_get_string(NULL, t124NSIdentifier, 0, tvb_length(t124NSIdentifier));
if(ns != NULL) {
- dissector_try_string(t124_ns_dissector_table, ns, next_tvb, actx->pinfo, top_tree);
+ dissector_try_string(t124_ns_dissector_table, ns, next_tvb, actx->pinfo, top_tree, NULL);
g_free(ns);
}
}