diff options
author | Tim Potter <tpot@samba.org> | 2005-10-28 06:51:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:45:25 -0500 |
commit | b0dd4140c5c8cdd1dd2aed154ccbbcf1aadf9975 (patch) | |
tree | d4dd0b58e8de461d4dc0f31461f30d13be7184b5 | |
parent | f2d16149064b8f09c0fafd68749327409eedf9e9 (diff) | |
download | samba-b0dd4140c5c8cdd1dd2aed154ccbbcf1aadf9975.tar.gz samba-b0dd4140c5c8cdd1dd2aed154ccbbcf1aadf9975.tar.bz2 samba-b0dd4140c5c8cdd1dd2aed154ccbbcf1aadf9975.zip |
r11362: Remove attempt to decode uint8 array as a security descriptor. Pidl thinks
that because it is an array, the import should also be an array, i.e of
security descriptors.
(This used to be commit fb313c19c60f6e0f69411a3bb96cd9d19fde7685)
-rw-r--r-- | source4/librpc/idl/winreg.cnf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/librpc/idl/winreg.cnf b/source4/librpc/idl/winreg.cnf index fb113a2c3f..e5a146cd5d 100644 --- a/source4/librpc/idl/winreg.cnf +++ b/source4/librpc/idl/winreg.cnf @@ -50,5 +50,3 @@ HF_RENAME hf_winreg_winreg_OpenHKCC_handle hf_winreg_handle 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 if (((dcerpc_info *)pinfo->private_data)->conformant_run) return offset; offset = dissect_nt_sec_desc(tvb, offset, pinfo, tree, drep, FALSE, -1, NULL); |