svn commit: samba r11090 - in branches/SAMBA_4_0/source/libcli/wrepl: .

metze at samba.org metze at samba.org
Sat Oct 15 12:23:33 GMT 2005


Author: metze
Date: 2005-10-15 12:23:33 +0000 (Sat, 15 Oct 2005)
New Revision: 11090

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

Log:
we need this to run correct under socket_wrapper

metze
Modified:
   branches/SAMBA_4_0/source/libcli/wrepl/winsrepl.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/wrepl/winsrepl.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/wrepl/winsrepl.c	2005-10-15 11:04:46 UTC (rev 11089)
+++ branches/SAMBA_4_0/source/libcli/wrepl/winsrepl.c	2005-10-15 12:23:33 UTC (rev 11090)
@@ -287,7 +287,7 @@
 
 	wrepl_socket->fde = event_add_fd(wrepl_socket->event_ctx, wrepl_socket, 
 					 socket_get_fd(wrepl_socket->sock), 
-					 0,
+					 EVENT_FD_WRITE,
 					 wrepl_handler, wrepl_socket);
 	if (wrepl_socket->fde == NULL) {
 		req->status = NT_STATUS_NO_MEMORY;



More information about the samba-cvs mailing list