summaryrefslogtreecommitdiff
path: root/source3/smbd/pipes.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-02-28 01:21:44 +0100
committerVolker Lendecke <vl@samba.org>2012-03-10 15:34:12 +0100
commit11d087aa04f436147e7a9dd1748a43bde24de8e3 (patch)
treeecd269d06f41bee3c8616f6971978dfaaffb90b5 /source3/smbd/pipes.c
parent3b2c9bebc0aa08fe9a65afe5870bea490c5fb33a (diff)
downloadsamba-11d087aa04f436147e7a9dd1748a43bde24de8e3.tar.gz
samba-11d087aa04f436147e7a9dd1748a43bde24de8e3.tar.bz2
samba-11d087aa04f436147e7a9dd1748a43bde24de8e3.zip
s3: Remove chain_reply
<insert your favourite tombstone ascii art here>
Diffstat (limited to 'source3/smbd/pipes.c')
-rw-r--r--source3/smbd/pipes.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/smbd/pipes.c b/source3/smbd/pipes.c
index d567537ed6..b39c0f0e59 100644
--- a/source3/smbd/pipes.c
+++ b/source3/smbd/pipes.c
@@ -159,9 +159,6 @@ void reply_open_pipe_and_X(connection_struct *conn, struct smb_request *req)
SIVAL(req->outbuf, smb_vwv6, 0); /* size */
SSVAL(req->outbuf, smb_vwv8, 0); /* rmode */
SSVAL(req->outbuf, smb_vwv11, 0x0001);
-
- chain_reply(req);
- return;
}
/****************************************************************************
@@ -366,7 +363,6 @@ static void pipe_write_andx_done(struct tevent_req *subreq)
DEBUG(3,("writeX-IPC nwritten=%d\n", (int)nwritten));
done:
- chain_reply(req);
/*
* We must free here as the ownership of req was
* moved to the connection struct in reply_pipe_write_and_X().
@@ -493,7 +489,6 @@ static void pipe_read_andx_done(struct tevent_req *subreq)
state->smb_mincnt, state->smb_maxcnt, (int)nread));
done:
- chain_reply(req);
/*
* We must free here as the ownership of req was
* moved to the connection struct in reply_pipe_read_and_X().