svn commit: samba r16135 - in branches/tmp/vl-messaging/source/nmbd: .

ab at samba.org ab at samba.org
Sat Jun 10 08:30:24 GMT 2006


Author: ab
Date: 2006-06-10 08:30:23 +0000 (Sat, 10 Jun 2006)
New Revision: 16135

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

Log:
Fix make test CPU 100% spinning after messaging rewrite
Modified:
   branches/tmp/vl-messaging/source/nmbd/nmbd_packets.c


Changeset:
Modified: branches/tmp/vl-messaging/source/nmbd/nmbd_packets.c
===================================================================
--- branches/tmp/vl-messaging/source/nmbd/nmbd_packets.c	2006-06-10 08:29:25 UTC (rev 16134)
+++ branches/tmp/vl-messaging/source/nmbd/nmbd_packets.c	2006-06-10 08:30:23 UTC (rev 16135)
@@ -1769,6 +1769,8 @@
 
 	BlockSignals(False, SIGTERM);
 
+	FD_ZERO(&wfds);
+
 	message_select_setup(&maxfd, &fds, &wfds);
 
 	selrtn = sys_select(maxfd+1,&fds,&wfds,NULL,&timeout);



More information about the samba-cvs mailing list