1
0
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:
Tim Potter 2008-02-18 10:21:17 +11:00 committed by Günther Deschner
parent b62eddbc4e
commit a1d0746923
2 changed files with 5 additions and 5 deletions

View File

@ -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;

View File

@ -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);