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

Fix up some compile issues. We can't have C99 comments and add a smattering

of const.
This commit is contained in:
Andrew Bartlett
-
parent 604468c6ee
commit af53e774d7
2 changed files with 3 additions and 3 deletions

View File

@@ -1977,14 +1977,14 @@ static BOOL net_io_sam_account_info(char *desc, uint8 sess_key[16],
if (ps->io)
{
/* reading */
// FIXME prs_hash1(ps, ps->offset, sess_key);
/* // FIXME prs_hash1(ps, ps->offset, sess_key); */
}
net_io_sam_passwd_info("pass", &(info->pass), ps,
depth);
if (!ps->io)
{
/* writing */
// FIXME TOO prs_hash1(ps, old_offset, sess_key);
/* // FIXME TOO prs_hash1(ps, old_offset, sess_key); */
}
}
ps->data_offset = old_offset + len;