From b3cd1a5b7b70e9c83312a4b2551d6a16f4987787 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 2 Sep 2008 13:17:28 +0200 Subject: [PATCH] netapi: fix NetGetJoinableOUs_r: do not tear down connection. Guenther (cherry picked from commit 14c2688f2d37105ad129d26d13930177fe5c585f) (cherry picked from commit f820f41f865fdf6c1723c7e481af48ee1c1824de) --- source/lib/netapi/joindomain.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/lib/netapi/joindomain.c b/source/lib/netapi/joindomain.c index 17ea3923fee..c83b0e01ffc 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; } -- 2.11.4.GIT