svn commit: samba r17135 - in
branches/tmp/vl-messaging/source/smbd: .
vlendec at samba.org
vlendec at samba.org
Wed Jul 19 13:46:22 GMT 2006
Author: vlendec
Date: 2006-07-19 13:46:21 +0000 (Wed, 19 Jul 2006)
New Revision: 17135
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17135
Log:
Fix a bad merge (for r16840)
Modified:
branches/tmp/vl-messaging/source/smbd/process.c
Changeset:
Modified: branches/tmp/vl-messaging/source/smbd/process.c
===================================================================
--- branches/tmp/vl-messaging/source/smbd/process.c 2006-07-19 10:42:50 UTC (rev 17134)
+++ branches/tmp/vl-messaging/source/smbd/process.c 2006-07-19 13:46:21 UTC (rev 17135)
@@ -469,7 +469,7 @@
message_select_setup(&maxfd, &fds, &wfds);
- selrtn = sys_select(maxfd+1,&fds,NULL,NULL,&to);
+ selrtn = sys_select(maxfd+1,&fds,&wfds,NULL,&to);
sav = errno;
END_PROFILE(smbd_idle);
More information about the samba-cvs
mailing list