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 <[EMAIL PROTECTED]>
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

Reply via email to