summaryrefslogtreecommitdiffstats
path: root/source/include
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
commitb42bd2bf9b8180813b6f3f1d7a1e08652f87d9e7 (patch)
treea6e884b65541360d7b0da2deaa1ad773b2620b84 /source/include
parente1e9b57ce24c9825a8904697918818df7e83b50b (diff)
downloadsamba-b42bd2bf9b8180813b6f3f1d7a1e08652f87d9e7.tar.gz
samba-b42bd2bf9b8180813b6f3f1d7a1e08652f87d9e7.tar.xz
samba-b42bd2bf9b8180813b6f3f1d7a1e08652f87d9e7.zip
r18679: Fix the build.
Guenther
Diffstat (limited to 'source/include')
-rw-r--r--source/include/libmsrpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/libmsrpc.h b/source/include/libmsrpc.h
index 36bae441775..7b28d313336 100644
--- a/source/include/libmsrpc.h
+++ b/source/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;