r11318: Tweak import statement for decoding KeySecurityData as a NT security
authorTim Potter <tpot@samba.org>
Thu, 27 Oct 2005 07:32:04 +0000 (07:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:45:19 +0000 (13:45 -0500)
descriptor in ethereal.
(This used to be commit 5af1b6df0afac28fb041b5b374b5c5b5e4ef15b3)

source4/librpc/idl/winreg.cnf

index d3315b35e8daaf1ef28219f12b8bd9f7811c04c0..fb113a2c3f75f5833d2f1375fc69ccf59da26e63 100644 (file)
@@ -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);