diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-01-06 08:11:19 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2004-01-06 08:11:19 +0000 |
commit | 3c900cf40b3389d59f0715385e49f490081f86ea (patch) | |
tree | 669024c4894e89566e2f1c4ea302c0c88188d399 /source3 | |
parent | 24218aaf36791e1ac85110281dcd56b59499f4ab (diff) | |
download | samba-3c900cf40b3389d59f0715385e49f490081f86ea.tar.gz samba-3c900cf40b3389d59f0715385e49f490081f86ea.tar.bz2 samba-3c900cf40b3389d59f0715385e49f490081f86ea.zip |
GUID is struct uuid in HEAD.
Andrew Bartlett
(This used to be commit ec24c7f42ac344d14c0e29d4b49c07d8ce213448)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/rpc_ds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/rpc_ds.h b/source3/include/rpc_ds.h index 3cb7c64955..e06918730a 100644 --- a/source3/include/rpc_ds.h +++ b/source3/include/rpc_ds.h @@ -124,7 +124,7 @@ struct ds_domain_trust { uint32 parent_index; uint32 trust_type; uint32 trust_attributes; - GUID guid; + struct uuid guid; DOM_SID sid; char *netbios_domain; |