[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Mon Jan 24 02:11:02 MST 2011


The branch, master has been updated
       via  509dd57 Revert "s3: Fix an infinite loop"
      from  61f7d7c s3: Fix an infinite loop

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 509dd57d68ba45cd5189c9bafe7f65ecb198b6db
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Jan 24 09:25:01 2011 +0100

    Revert "s3: Fix an infinite loop"
    
    This reverts commit 61f7d7cdeccb1f733590e8bdb8229b32363a815e.
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Mon Jan 24 10:10:43 CET 2011 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/lib/events.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/events.c b/source3/lib/events.c
index 802a2e5..d987072 100644
--- a/source3/lib/events.c
+++ b/source3/lib/events.c
@@ -120,10 +120,6 @@ bool run_events(struct tevent_context *ev,
 		return false;
 	}
 
-	if (selrtn <= 0) {
-		return false;
-	}
-
 	for (fde = ev->fd_events; fde; fde = fde->next) {
 		uint16 flags = 0;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list