From b0dd4140c5c8cdd1dd2aed154ccbbcf1aadf9975 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 28 Oct 2005 06:51:44 +0000 Subject: 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) --- source4/librpc/idl/winreg.cnf | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/librpc/idl') 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); -- cgit