From 14c2688f2d37105ad129d26d13930177fe5c585f 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 --- 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.47.3