[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-117-gce8159b

Stefan Metzmacher metze at samba.org
Mon Jun 29 20:23:58 GMT 2009


The branch, master has been updated
       via  ce8159b30e751c9856e983c5b351741ce4b14558 (commit)
      from  57d3ada2c94cb38c679d791f4e149319c83aa6d7 (commit)

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


- Log -----------------------------------------------------------------
commit ce8159b30e751c9856e983c5b351741ce4b14558
Author: Stefan Metzmacher <metze at samba.org>
Date:   Mon Jun 29 16:31:31 2009 +0200

    s3:pdb_ads: we need to make the fd for tldap/tsocket non-blocking
    
    metze

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

Summary of changes:
 source3/passdb/pdb_ads.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/passdb/pdb_ads.c b/source3/passdb/pdb_ads.c
index b7c42c5..be4b4b2 100644
--- a/source3/passdb/pdb_ads.c
+++ b/source3/passdb/pdb_ads.c
@@ -2074,6 +2074,8 @@ static struct tldap_context *pdb_ads_ld(struct pdb_ads_state *state)
 		return NULL;
 	}
 
+	set_blocking(fd, false);
+
 	state->ld = tldap_context_create(state, fd);
 	if (state->ld == NULL) {
 		close(fd);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list