diff options
author | Jim McDonough <jmcd@samba.org> | 2003-10-30 17:07:32 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2003-10-30 17:07:32 +0000 |
commit | 1587245a053fc82b74dea06689e9d5fe0ce91eea (patch) | |
tree | 90824b97b644d2e9ee21c6b3a562c64038c443b2 /source3/include | |
parent | 523444b7b69fd14798a70cbf98b4f5f0177bfd2a (diff) | |
download | samba-1587245a053fc82b74dea06689e9d5fe0ce91eea.tar.gz samba-1587245a053fc82b74dea06689e9d5fe0ce91eea.tar.bz2 samba-1587245a053fc82b74dea06689e9d5fe0ce91eea.zip |
Another round of GUID->struct uuid.
Takes care of the lsass pipe
(This used to be commit 3dca3efa4b427fa3094a8cd392fe5744b5f6f6a8)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_lsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h index 2064a38056..43ffa37d59 100644 --- a/source3/include/rpc_lsa.h +++ b/source3/include/rpc_lsa.h @@ -275,7 +275,7 @@ typedef struct lsa_dns_dom_info UNIHDR hdr_dns_dom_name; UNIHDR hdr_forest_name; - GUID dom_guid; /* domain GUID */ + struct uuid dom_guid; /* domain GUID */ UNISTR2 uni_nb_dom_name; UNISTR2 uni_dns_dom_name; |