From: Günther Deschner Date: Fri, 13 Jul 2007 23:28:12 +0000 (+0000) Subject: r23870: Use GPO_LINK_TYPE in GROUP_POLICY_OBJECT struct. X-Git-Tag: samba-misc-tags/initial-v3-2-unstable~723 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f60ad2ccff1afea99e49e51832a1fcdface4bf58;p=thirdparty%2Fsamba.git r23870: Use GPO_LINK_TYPE in GROUP_POLICY_OBJECT struct. Guenther --- diff --git a/source/include/gpo.h b/source/include/gpo.h index 5666c39a806..073dad0a112 100644 --- a/source/include/gpo.h +++ b/source/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;