summaryrefslogtreecommitdiff
path: root/source3/smbd/pipes.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/pipes.c')
-rw-r--r--source3/smbd/pipes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/pipes.c b/source3/smbd/pipes.c
index 7a221fa37e..bf4567ddb9 100644
--- a/source3/smbd/pipes.c
+++ b/source3/smbd/pipes.c
@@ -293,7 +293,7 @@ void reply_pipe_read_and_X(struct smb_request *req)
DEBUG(3,("readX-IPC pnum=%04x min=%d max=%d nread=%d\n",
p->pnum, smb_mincnt, smb_maxcnt, nread));
- return chain_reply_new(req);
+ chain_reply_new(req);
}
/****************************************************************************