diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/gpo.h | 2 |
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; |