diff options
author | Tim Potter <tpot@samba.org> | 2005-10-27 07:32:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:45:19 -0500 |
commit | 1fb7a5348b94b88ec289f05c69dde9f00c408e2b (patch) | |
tree | 6c1ca4da3e826187c0b11c9af56d69781e717095 | |
parent | 1244a97dbe900551b978b63cd07afe6cf4a61c60 (diff) | |
download | samba-1fb7a5348b94b88ec289f05c69dde9f00c408e2b.tar.gz samba-1fb7a5348b94b88ec289f05c69dde9f00c408e2b.tar.bz2 samba-1fb7a5348b94b88ec289f05c69dde9f00c408e2b.zip |
r11318: Tweak import statement for decoding KeySecurityData as a NT security
descriptor in ethereal.
(This used to be commit 5af1b6df0afac28fb041b5b374b5c5b5e4ef15b3)
-rw-r--r-- | source4/librpc/idl/winreg.cnf | 2 |
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); |