summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-07-13 23:28:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:28:36 -0500
commitee7bf1530b7ff752ea33fed83d15bc586200760c (patch)
tree3d053fd4e254cba6983ccb8f775c220910577573 /source3
parent28041b6064f3a61c15357eff2baabbe812dcf1f4 (diff)
downloadsamba-ee7bf1530b7ff752ea33fed83d15bc586200760c.tar.gz
samba-ee7bf1530b7ff752ea33fed83d15bc586200760c.tar.bz2
samba-ee7bf1530b7ff752ea33fed83d15bc586200760c.zip
r23870: Use GPO_LINK_TYPE in GROUP_POLICY_OBJECT struct.
Guenther (This used to be commit f60ad2ccff1afea99e49e51832a1fcdface4bf58)
Diffstat (limited to 'source3')
-rw-r--r--source3/include/gpo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/gpo.h b/source3/include/gpo.h
index 5666c39a80..073dad0a11 100644
--- a/source3/include/gpo.h
+++ b/source3/include/gpo.h
@@ -45,7 +45,7 @@ struct GROUP_POLICY_OBJECT {
const char *display_name;
const char *name;
const char *link;
- uint32 link_type; /* GPO_LINK_TYPE */
+ enum GPO_LINK_TYPE link_type;
const char *user_extensions;
const char *machine_extensions;
SEC_DESC *security_descriptor;