From 9ea59355d5ef1104c999b5a3bad02ea0f69c0964 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Sat, 26 Nov 2022 17:03:57 -0500 Subject: [PATCH] fix opcua_binary_opensecure_channel in so-functions --- setup/so-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-functions b/setup/so-functions index fdd824c1f..b70af08e4 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -3029,8 +3029,8 @@ zeek_logs_enabled() { " - opcua_binary_get_endpoints_locale_id"\ " - opcua_binary_get_endpoints_profile_uri"\ " - opcua_binary_get_endpoints_user_token"\ - " - opcua_binary_read"\ - " - opcua_binary_opensecure_channel"\ + " - opcua_binary_opensecure_channel"\ + " - opcua_binary_read"\ " - opcua_binary_status_code_detail"\ " - profinet"\ " - profinet_dce_rpc"\