From 1fb7a5348b94b88ec289f05c69dde9f00c408e2b Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 27 Oct 2005 07:32:04 +0000 Subject: r11318: Tweak import statement for decoding KeySecurityData as a NT security descriptor in ethereal. (This used to be commit 5af1b6df0afac28fb041b5b374b5c5b5e4ef15b3) --- source4/librpc/idl/winreg.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/winreg.cnf b/source4/librpc/idl/winreg.cnf index d3315b35e8..fb113a2c3f 100644 --- a/source4/librpc/idl/winreg.cnf +++ b/source4/librpc/idl/winreg.cnf @@ -51,4 +51,4 @@ HF_RENAME hf_winreg_winreg_OpenHKDD_handle hf_winreg_handle HF_RENAME hf_winreg_winreg_OpenHKPT_handle hf_winreg_handle HF_RENAME hf_winreg_winreg_OpenHKPN_handle hf_winreg_handle -IMPORT KeySecurityData.data offset = dissect_nt_sec_desc(tvb, offset, pinfo, tree, drep, FALSE, -1, NULL); +IMPORT KeySecurityData.data if (((dcerpc_info *)pinfo->private_data)->conformant_run) return offset; offset = dissect_nt_sec_desc(tvb, offset, pinfo, tree, drep, FALSE, -1, NULL); -- cgit