Author: vlendec
Date: 2005-08-05 00:07:08 +0000 (Fri, 05 Aug 2005)
New Revision: 9079

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

Log:
revert another accidential commit
Modified:
   trunk/source/smbd/process.c


Changeset:
Modified: trunk/source/smbd/process.c
===================================================================
--- trunk/source/smbd/process.c 2005-08-04 23:56:18 UTC (rev 9078)
+++ trunk/source/smbd/process.c 2005-08-05 00:07:08 UTC (rev 9079)
@@ -1742,7 +1742,7 @@
                clobber_region(SAFE_STRING_FUNCTION_NAME, SAFE_STRING_LINE, 
InBuffer, total_buffer_size);
 #endif
 
-               while 
(!receive_message_or_smb(InBuffer,BUFFER_SIZE+LARGE_WRITEX_HDR_SIZE,-1)) {
+               while 
(!receive_message_or_smb(InBuffer,BUFFER_SIZE+LARGE_WRITEX_HDR_SIZE,select_timeout))
 {
                        if(!timeout_processing( deadtime, &select_timeout, 
&last_timeout_processing_time))
                                return;
                        num_smbs = 0; /* Reset smb counter. */

Reply via email to