summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-09-19 17:27:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:00:46 -0500
commitd2106c1a3cf7b8d5b0a894b5fb7702414001b014 (patch)
tree84cb952e579e30951fa6b3e914f6bd94a0f33ca0 /source3
parent1f3b19d5695022933eb73b77ade66beef0feda97 (diff)
downloadsamba-d2106c1a3cf7b8d5b0a894b5fb7702414001b014.tar.gz
samba-d2106c1a3cf7b8d5b0a894b5fb7702414001b014.tar.bz2
samba-d2106c1a3cf7b8d5b0a894b5fb7702414001b014.zip
r18679: Fix the build.
Guenther (This used to be commit b42bd2bf9b8180813b6f3f1d7a1e08652f87d9e7)
Diffstat (limited to 'source3')
-rw-r--r--source3/include/libmsrpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/libmsrpc.h b/source3/include/libmsrpc.h
index 36bae44177..7b28d31333 100644
--- a/source3/include/libmsrpc.h
+++ b/source3/include/libmsrpc.h
@@ -704,7 +704,7 @@ struct LsaQueryInfoPolicy {
char *forest_name;
/**remote server's domain guid*/
- struct uuid *domain_guid;
+ struct GUID *domain_guid;
/**remote server's domain SID*/
DOM_SID *domain_sid;