summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_pipe_hnd.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-04-24 21:01:08 +0000
committerLuke Leighton <lkcl@samba.org>1998-04-24 21:01:08 +0000
commit9189005f7f884123d29c8f27db73687b68c80bb9 (patch)
treec13cfec7a13f883b3d329e79f12cc6d4b7cbaebb /source3/rpc_server/srv_pipe_hnd.c
parent42058f3c662b2bf6e442ea7667de038a21ec82be (diff)
downloadsamba-9189005f7f884123d29c8f27db73687b68c80bb9.tar.gz
samba-9189005f7f884123d29c8f27db73687b68c80bb9.tar.bz2
samba-9189005f7f884123d29c8f27db73687b68c80bb9.zip
ABOUT time. dce/rpc long packet format now works, server-side.
turns out that [it can be deduced that] microsoft ignores the SMBreadX offset, and goes by the SMBreadX length only. this makes for a lot simpler code, in both client and server. (This used to be commit a8b641c027c8cce179455ac1f6fd0322a8ab017d)
Diffstat (limited to 'source3/rpc_server/srv_pipe_hnd.c')
-rw-r--r--source3/rpc_server/srv_pipe_hnd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/rpc_server/srv_pipe_hnd.c b/source3/rpc_server/srv_pipe_hnd.c
index 7ab2b3aec6..95aa46fd9a 100644
--- a/source3/rpc_server/srv_pipe_hnd.c
+++ b/source3/rpc_server/srv_pipe_hnd.c
@@ -244,8 +244,6 @@ int read_pipe(uint16 pnum, char *data, uint32 pos, int n)
else if (data_hdr_pos == p->next_frag_start)
{
DEBUG(6,("read_pipe: next fragment expected\n"));
-
- /* advance to the next fragment */
}
p->file_offset += num;