summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_net.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-08-31 03:38:48 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-08-31 03:38:48 +0000
commitb4ed8c836598a68d68aed90fe7d0c1a48d4a7583 (patch)
tree5dad660e7ef1ff8504d1a633dbb4fab17e303392 /source3/rpc_parse/parse_net.c
parent80f853772a8385af852ea48f2fb50e691af4d97d (diff)
downloadsamba-b4ed8c836598a68d68aed90fe7d0c1a48d4a7583.tar.gz
samba-b4ed8c836598a68d68aed90fe7d0c1a48d4a7583.tar.bz2
samba-b4ed8c836598a68d68aed90fe7d0c1a48d4a7583.zip
Fix up some compile issues. We can't have C99 comments and add a smattering
of const. (This used to be commit af53e774d754d72b01d9840e8b45d27bc394e33d)
Diffstat (limited to 'source3/rpc_parse/parse_net.c')
-rw-r--r--source3/rpc_parse/parse_net.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpc_parse/parse_net.c b/source3/rpc_parse/parse_net.c
index 37bf6755b7..7f777c9434 100644
--- a/source3/rpc_parse/parse_net.c
+++ b/source3/rpc_parse/parse_net.c
@@ -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;