svn commit: samba r24326 - in branches/SAMBA_3_2/source/smbd: .

vlendec at samba.org vlendec at samba.org
Sat Aug 11 11:50:55 GMT 2007


Author: vlendec
Date: 2007-08-11 11:50:53 +0000 (Sat, 11 Aug 2007)
New Revision: 24326

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24326

Log:
Fix the build for Solaris CC
Modified:
   branches/SAMBA_3_2/source/smbd/pipes.c


Changeset:
Modified: branches/SAMBA_3_2/source/smbd/pipes.c
===================================================================
--- branches/SAMBA_3_2/source/smbd/pipes.c	2007-08-11 11:20:21 UTC (rev 24325)
+++ branches/SAMBA_3_2/source/smbd/pipes.c	2007-08-11 11:50:53 UTC (rev 24326)
@@ -293,7 +293,7 @@
 	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);
 }
 
 /****************************************************************************



More information about the samba-cvs mailing list