summaryrefslogtreecommitdiff
path: root/plugins/opcua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/opcua')
-rw-r--r--plugins/opcua/opcua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/opcua/opcua.c b/plugins/opcua/opcua.c
index daae271a0d..e3f2bf0376 100644
--- a/plugins/opcua/opcua.c
+++ b/plugins/opcua/opcua.c
@@ -458,7 +458,7 @@ void proto_reg_handoff_opcua(void)
if(!opcua_initialized)
{
- opcua_handle = new_create_dissector_handle(dissect_opcua, proto_opcua);
+ opcua_handle = create_dissector_handle(dissect_opcua, proto_opcua);
opcua_initialized = TRUE;
}
else