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:
parent
9d33627d72
commit
f54b24c70a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user