svn commit: samba r23870 - in branches: SAMBA_3_2/source/include
SAMBA_3_2_0/source/include
gd at samba.org
gd at samba.org
Fri Jul 13 23:28:13 GMT 2007
Author: gd
Date: 2007-07-13 23:28:12 +0000 (Fri, 13 Jul 2007)
New Revision: 23870
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23870
Log:
Use GPO_LINK_TYPE in GROUP_POLICY_OBJECT struct.
Guenther
Modified:
branches/SAMBA_3_2/source/include/gpo.h
branches/SAMBA_3_2_0/source/include/gpo.h
Changeset:
Modified: branches/SAMBA_3_2/source/include/gpo.h
===================================================================
--- branches/SAMBA_3_2/source/include/gpo.h 2007-07-13 23:26:55 UTC (rev 23869)
+++ branches/SAMBA_3_2/source/include/gpo.h 2007-07-13 23:28:12 UTC (rev 23870)
@@ -45,7 +45,7 @@
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;
Modified: branches/SAMBA_3_2_0/source/include/gpo.h
===================================================================
--- branches/SAMBA_3_2_0/source/include/gpo.h 2007-07-13 23:26:55 UTC (rev 23869)
+++ branches/SAMBA_3_2_0/source/include/gpo.h 2007-07-13 23:28:12 UTC (rev 23870)
@@ -45,7 +45,7 @@
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;
More information about the samba-cvs
mailing list