1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

netapi: fix public header for USER_INFO_4.

Guenther
This commit is contained in:
Günther Deschner 2008-08-27 19:15:32 +02:00
parent 9d33627d72
commit f54b24c70a

View File

@ -185,7 +185,7 @@ struct USER_INFO_4 {
const char * usri4_logon_server;
uint32_t usri4_country_code;
uint32_t usri4_code_page;
struct dom_sid *usri4_user_sid;/* [unique] */
struct domsid *usri4_user_sid;/* [unique] */
uint32_t usri4_primary_group_id;
const char * usri4_profile;
const char * usri4_home_dir_drive;