diff options
author | Günther Deschner <gd@samba.org> | 2006-09-22 09:07:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:01:03 -0500 |
commit | 0d12a35e6b4434f8aef4431f96cf67857ada31c0 (patch) | |
tree | ee44ec8c995e5df48564e79601eccf1cc31253b9 /source3/libads | |
parent | 314d563b12cecb357d3ad472291bd33fa78a9b63 (diff) | |
download | samba-0d12a35e6b4434f8aef4431f96cf67857ada31c0.tar.gz samba-0d12a35e6b4434f8aef4431f96cf67857ada31c0.tar.bz2 samba-0d12a35e6b4434f8aef4431f96cf67857ada31c0.zip |
r18817: Enable the build of the gpo tool but do not make it available yet.
Guenther
(This used to be commit 927cda5d31e9cb02105df3cfc06f5cb273233747)
Diffstat (limited to 'source3/libads')
-rw-r--r-- | source3/libads/gpo_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |