[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-2614-g394f450

Volker Lendecke vlendec at samba.org
Sat Jun 21 14:48:57 GMT 2008


The branch, v3-2-test has been updated
       via  394f4509bc5dd31801ef83ee9cc29c1e3a9f1078 (commit)
      from  9a4b5591a40e9150fdd3fc706ebb520d65eb1989 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 394f4509bc5dd31801ef83ee9cc29c1e3a9f1078
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Jun 21 16:48:07 2008 +0200

    Fix a double-closedir() in form_junctions()

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

Summary of changes:
 source/smbd/msdfs.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/smbd/msdfs.c b/source/smbd/msdfs.c
index f0dd900..6fb523f 100644
--- a/source/smbd/msdfs.c
+++ b/source/smbd/msdfs.c
@@ -1539,7 +1539,6 @@ static int form_junctions(TALLOC_CTX *ctx,
 	while ((dname = vfs_readdirname(&conn, dirp)) != NULL) {
 		char *link_target = NULL;
 		if (cnt >= jn_remain) {
-			SMB_VFS_CLOSEDIR(&conn,dirp);
 			DEBUG(2, ("form_junctions: ran out of MSDFS "
 				"junction slots"));
 			goto out;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list