diff options
author | Tim Potter <tpot@samba.org> | 2005-09-06 01:55:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:36:33 -0500 |
commit | 622b75f4dceaeb5c7a0ef9396abaf6faf63ab443 (patch) | |
tree | 588084e6d7c98e3d0650ea9ae150d4345b5d47a0 /source4/librpc/idl/winreg.cnf | |
parent | e817e44bfe3f9af27d3ce8cba563e559d79e5eb5 (diff) | |
download | samba-622b75f4dceaeb5c7a0ef9396abaf6faf63ab443.tar.gz samba-622b75f4dceaeb5c7a0ef9396abaf6faf63ab443.tar.bz2 samba-622b75f4dceaeb5c7a0ef9396abaf6faf63ab443.zip |
r10048: Dissect a security_secinfo as a uint32 just to get the winreg
dissector compiling and linking. It's really an enum defined in
security.idl.
(This used to be commit b62811afcb85accf9ea0cf12f4b659cd9898e275)
Diffstat (limited to 'source4/librpc/idl/winreg.cnf')
-rw-r--r-- | source4/librpc/idl/winreg.cnf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/idl/winreg.cnf b/source4/librpc/idl/winreg.cnf new file mode 100644 index 0000000000..e767cc9909 --- /dev/null +++ b/source4/librpc/idl/winreg.cnf @@ -0,0 +1 @@ +IMPORT security_secinfo offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep, hf_winreg_winreg_GetKeySecurity_sec_info, NULL); |