r24326: Fix the build for Solaris CC
authorVolker Lendecke <vlendec@samba.org>
Sat, 11 Aug 2007 11:50:53 +0000 (11:50 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:29:29 +0000 (12:29 -0500)
(This used to be commit 7af4c1f547accc973f8b3ed88958bdeaf941754a)

source3/smbd/pipes.c

index 7a221fa37ec9fa9229871265bcee36cea626fadb..bf4567ddb9bf7e7dcd81e6cdc8f2e4b3bb848c31 100644 (file)
@@ -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);
 }
 
 /****************************************************************************