summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-10-12 23:01:38 +0200
committerVolker Lendecke <vl@samba.org>2008-10-13 20:59:32 +0200
commitac126ea8186364bddfec340189a377978d52c7ae (patch)
tree97309293785a9fea1689c57c02d78c275ce83c82 /source3/smbd/reply.c
parentd65afbe55f3912384f93f8401b83f18965a9b569 (diff)
downloadsamba-ac126ea8186364bddfec340189a377978d52c7ae.tar.gz
samba-ac126ea8186364bddfec340189a377978d52c7ae.tar.bz2
samba-ac126ea8186364bddfec340189a377978d52c7ae.zip
Use "struct files_struct" for pipes instead of smb_np_struct
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r--source3/smbd/reply.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 0f38a4986f..368fc808e8 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -4261,13 +4261,6 @@ void reply_close(struct smb_request *req)
return;
}
- /* If it's an IPC, pass off to the pipe handler. */
- if (IS_IPC(conn)) {
- reply_pipe_close(conn, req);
- END_PROFILE(SMBclose);
- return;
- }
-
fsp = file_fsp(req, SVAL(req->inbuf,smb_vwv0));
/*