summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/winreg.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/idl/winreg.cnf')
-rw-r--r--source4/librpc/idl/winreg.cnf2
1 files changed, 1 insertions, 1 deletions
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);