svn commit: samba r11362 - in branches/SAMBA_4_0/source/librpc/idl: .

tpot at samba.org tpot at samba.org
Fri Oct 28 06:51:44 GMT 2005


Author: tpot
Date: 2005-10-28 06:51:44 +0000 (Fri, 28 Oct 2005)
New Revision: 11362

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11362

Log:
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.

Modified:
   branches/SAMBA_4_0/source/librpc/idl/winreg.cnf


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/winreg.cnf
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/winreg.cnf	2005-10-28 06:44:24 UTC (rev 11361)
+++ branches/SAMBA_4_0/source/librpc/idl/winreg.cnf	2005-10-28 06:51:44 UTC (rev 11362)
@@ -50,5 +50,3 @@
 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);



More information about the samba-cvs mailing list