diff options
author | Gerald Carter <jerry@samba.org> | 2005-06-13 19:53:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:57:13 -0500 |
commit | c7081a0acde413651468b08193b453e778c59dfa (patch) | |
tree | d29974e552e97a3b65707688aa58266aca7ab80e /source3/include | |
parent | c52e7fdf78db56aa994d2bd9c2613ccef7679986 (diff) | |
download | samba-c7081a0acde413651468b08193b453e778c59dfa.tar.gz samba-c7081a0acde413651468b08193b453e778c59dfa.tar.bz2 samba-c7081a0acde413651468b08193b453e778c59dfa.zip |
r7547: removing unused fields in the REGISTRY_KEY structure associated with open handles
(This used to be commit ffc7bd87d8a03d8269ae6d0b9e314f8f20003a06)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/rpc_reg.h b/source3/include/rpc_reg.h index 2849122667..59684a5b5e 100644 --- a/source3/include/rpc_reg.h +++ b/source3/include/rpc_reg.h @@ -110,7 +110,7 @@ typedef struct _RegistryKey { struct _RegistryKey *prev, *next; - POLICY_HND hnd; + /* POLICY_HND hnd; */ pstring name; /* full name of registry key */ REGISTRY_HOOK *hook; |