mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Replace C++-style comments with C.
This commit is contained in:
parent
b62eddbc4e
commit
a1d0746923
@ -251,7 +251,7 @@ do_mount(char *share_name, unsigned int flags, struct smb_mount_data *data)
|
||||
return -1;
|
||||
}
|
||||
|
||||
data.uid = mount_uid; // truncates to 16-bits here!!!
|
||||
data.uid = mount_uid; /* truncates to 16-bits here!!! */
|
||||
data.gid = mount_gid;
|
||||
data.file_mode = (S_IRWXU|S_IRWXG|S_IRWXO) & mount_fmask;
|
||||
data.dir_mode = (S_IRWXU|S_IRWXG|S_IRWXO) & mount_dmask;
|
||||
|
@ -2535,10 +2535,10 @@ static NTSTATUS get_user_info_21(TALLOC_CTX *mem_ctx,
|
||||
logon_hours,
|
||||
pdb_get_bad_password_count(pw),
|
||||
pdb_get_logon_count(pw),
|
||||
0, //country_code,
|
||||
0, //code_page,
|
||||
0, //nt_password_set,
|
||||
0, //lm_password_set,
|
||||
0, /* country_code */
|
||||
0, /* code_page */
|
||||
0, /* nt_password_set */
|
||||
0, /* lm_password_set */
|
||||
password_expired);
|
||||
TALLOC_FREE(pw);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user