r23870: Use GPO_LINK_TYPE in GROUP_POLICY_OBJECT struct.
authorGünther Deschner <gd@samba.org>
Fri, 13 Jul 2007 23:28:12 +0000 (23:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:28:36 +0000 (12:28 -0500)
Guenther
(This used to be commit f60ad2ccff1afea99e49e51832a1fcdface4bf58)

source3/include/gpo.h

index 5666c39a806b7ec227402093227808e2bbfbd03e..073dad0a112bff5637620e288fbb7490372660f4 100644 (file)
@@ -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;