summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2003-10-30 17:07:32 +0000
committerJim McDonough <jmcd@samba.org>2003-10-30 17:07:32 +0000
commit1587245a053fc82b74dea06689e9d5fe0ce91eea (patch)
tree90824b97b644d2e9ee21c6b3a562c64038c443b2 /source3/rpc_parse
parent523444b7b69fd14798a70cbf98b4f5f0177bfd2a (diff)
downloadsamba-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/rpc_parse')
-rw-r--r--source3/rpc_parse/parse_lsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_parse/parse_lsa.c b/source3/rpc_parse/parse_lsa.c
index f960345fe7..992433f4bb 100644
--- a/source3/rpc_parse/parse_lsa.c
+++ b/source3/rpc_parse/parse_lsa.c
@@ -2142,7 +2142,7 @@ BOOL lsa_io_dns_dom_info(const char *desc, LSA_DNS_DOM_INFO *info,
if(!prs_align(ps))
return False;
- if (!prs_uint8s(False, "dom_guid", ps, depth, info->dom_guid.info, GUID_SIZE))
+ if ( !smb_io_uuid("dom_guid", &info->dom_guid, ps, depth) )
return False;
if(!prs_align(ps))