diff options
author | Tim Potter <tpot@samba.org> | 2005-09-15 10:20:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:38:10 -0500 |
commit | a9e08ba474e4712d121bdce3960fe579f8d68bca (patch) | |
tree | fc841d93ffb6e391fb190cdce1e144dda62bf963 | |
parent | 84951a4cee52b66bf8b2f2a510274bfc8f77431c (diff) | |
download | samba-a9e08ba474e4712d121bdce3960fe579f8d68bca.tar.gz samba-a9e08ba474e4712d121bdce3960fe579f8d68bca.tar.bz2 samba-a9e08ba474e4712d121bdce3960fe579f8d68bca.zip |
r10238: Add a entry for sec_info to treat it as a uint32 for now.
(This used to be commit 8a0a8d259dfc517a96053404985f2996b7342713)
-rw-r--r-- | source4/librpc/idl/winreg.cnf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/idl/winreg.cnf b/source4/librpc/idl/winreg.cnf index e767cc9909..c70b9eed00 100644 --- a/source4/librpc/idl/winreg.cnf +++ b/source4/librpc/idl/winreg.cnf @@ -1 +1,3 @@ IMPORT security_secinfo offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep, hf_winreg_winreg_GetKeySecurity_sec_info, NULL); + +INFO_KEY OpenKey.Ke
\ No newline at end of file |