[SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-3996-g14c2688

Günther Deschner gd at samba.org
Fri Sep 5 10:58:34 GMT 2008


The branch, v3-devel has been updated
       via  14c2688f2d37105ad129d26d13930177fe5c585f (commit)
      from  91830de4527db124889ada9845ab145762855bc2 (commit)

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


- Log -----------------------------------------------------------------
commit 14c2688f2d37105ad129d26d13930177fe5c585f
Author: Günther Deschner <gd at samba.org>
Date:   Tue Sep 2 13:17:28 2008 +0200

    netapi: fix NetGetJoinableOUs_r: do not tear down connection.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source/lib/netapi/joindomain.c b/source/lib/netapi/joindomain.c
index 17ea392..c83b0e0 100644
--- a/source/lib/netapi/joindomain.c
+++ b/source/lib/netapi/joindomain.c
@@ -445,9 +445,5 @@ WERROR NetGetJoinableOUs_r(struct libnetapi_ctx *ctx,
 	}
 
  done:
-	if (cli) {
-		cli_shutdown(cli);
-	}
-
 	return werr;
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list