From ee7bf1530b7ff752ea33fed83d15bc586200760c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 13 Jul 2007 23:28:12 +0000 Subject: r23870: Use GPO_LINK_TYPE in GROUP_POLICY_OBJECT struct. Guenther (This used to be commit f60ad2ccff1afea99e49e51832a1fcdface4bf58) --- source3/include/gpo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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; -- cgit