diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-08-11 11:50:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:29:29 -0500 |
commit | bf47a89c98aaf05d083e67bc02dc8efd3827c9cc (patch) | |
tree | abfb2bbb8772cfe70df96360e09cc565b5ff1c44 /source3/smbd | |
parent | bb373dbd6c1d68d42d664351ee36f5ca4a9272c6 (diff) | |
download | samba-bf47a89c98aaf05d083e67bc02dc8efd3827c9cc.tar.gz samba-bf47a89c98aaf05d083e67bc02dc8efd3827c9cc.tar.bz2 samba-bf47a89c98aaf05d083e67bc02dc8efd3827c9cc.zip |
r24326: Fix the build for Solaris CC
(This used to be commit 7af4c1f547accc973f8b3ed88958bdeaf941754a)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/pipes.c | 2 |
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); } /**************************************************************************** |