From bf47a89c98aaf05d083e67bc02dc8efd3827c9cc Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 11 Aug 2007 11:50:53 +0000 Subject: r24326: Fix the build for Solaris CC (This used to be commit 7af4c1f547accc973f8b3ed88958bdeaf941754a) --- source3/smbd/pipes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } /**************************************************************************** -- cgit