From 0d12a35e6b4434f8aef4431f96cf67857ada31c0 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 22 Sep 2006 09:07:31 +0000 Subject: r18817: Enable the build of the gpo tool but do not make it available yet. Guenther (This used to be commit 927cda5d31e9cb02105df3cfc06f5cb273233747) --- source3/libads/gpo_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libads') diff --git a/source3/libads/gpo_util.c b/source3/libads/gpo_util.c index 7df38eb125..cabe9a32db 100644 --- a/source3/libads/gpo_util.c +++ b/source3/libads/gpo_util.c @@ -23,7 +23,7 @@ #define DEFAULT_DOMAIN_POLICY "Default Domain Policy" #define DEFAULT_DOMAIN_CONTROLLERS_POLICY "Default Domain Controllers Policy" -/* should we store a parsed guid ? UUID_FLAT guid; */ +/* should we store a parsed guid ? */ struct gpo_table { const char *name; const char *guid_string; -- cgit