summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-03 22:58:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:36:29 -0500
commit40cbd4625ae7f9799238594faa4f8cc54ead72e4 (patch)
treed4e7aea2aedf30b5a1819c329ad4809a659d321f /source4/include
parentc5fbb7824414fb8ce286a1e1b358c442a8d5de12 (diff)
downloadsamba-40cbd4625ae7f9799238594faa4f8cc54ead72e4.tar.gz
samba-40cbd4625ae7f9799238594faa4f8cc54ead72e4.tar.bz2
samba-40cbd4625ae7f9799238594faa4f8cc54ead72e4.zip
r10015: Change the NT4 registry backend to use the IDL-generate parse functions.
(This used to be commit 0ad46ef804c0654e927f9c14ea93c45f9e3c718c)
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/registry.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/include/registry.h b/source4/include/registry.h
index dc17eb06b1..06442514f0 100644
--- a/source4/include/registry.h
+++ b/source4/include/registry.h
@@ -35,15 +35,6 @@
#define REG_DELETE -1
-#if 0
-/* FIXME */
-typedef struct ace_struct_s {
- uint8_t type, flags;
- uint_t perms; /* Perhaps a better def is in order */
- DOM_SID *trustee;
-} ACE;
-#endif
-
/*
* The general idea here is that every backend provides a 'hive'. Combining
* various hives gives you a complete registry like windows has