summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2003-10-30 17:37:21 +0000
committerJim McDonough <jmcd@samba.org>2003-10-30 17:37:21 +0000
commit4f22327e21cc442f954a87835c377e11568d4cf4 (patch)
tree3b6b2ddd2e5730e6d02665970e7c60d1fad7eb17 /source3/include
parentbb971b44b84a72d628205fba0c27207f5fd00bf2 (diff)
downloadsamba-4f22327e21cc442f954a87835c377e11568d4cf4.tar.gz
samba-4f22327e21cc442f954a87835c377e11568d4cf4.tar.bz2
samba-4f22327e21cc442f954a87835c377e11568d4cf4.zip
Ok, nearing the end of the GUID->struct uuid changes.
Takes care of secdescs. Had to move the uuid marshall/unmarshalling code to parse_misc, because it's needed outside of parse_rpc.c (for no-auth calls) (This used to be commit 5d2bb079b65ccfec14604d8dcf0ce789d1795b46)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_secdes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/rpc_secdes.h b/source3/include/rpc_secdes.h
index 5e718f8167..4bb39dc935 100644
--- a/source3/include/rpc_secdes.h
+++ b/source3/include/rpc_secdes.h
@@ -138,8 +138,8 @@ typedef struct security_ace_info
/* this stuff may be present when type is XXXX_TYPE_XXXX_OBJECT */
uint32 obj_flags; /* xxxx_ACE_OBJECT_xxxx e.g present/inherited present etc */
- GUID obj_guid; /* object GUID */
- GUID inh_guid; /* inherited object GUID */
+ struct uuid obj_guid; /* object GUID */
+ struct uuid inh_guid; /* inherited object GUID */
/* eof object stuff */
DOM_SID trustee;