1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00

netapi: fix NetGetJoinableOUs_r: do not tear down connection.

Guenther
(This used to be commit 14c2688f2d37105ad129d26d13930177fe5c585f)
This commit is contained in:
Günther Deschner 2008-09-02 13:17:28 +02:00
parent 612e75dff6
commit 71196cf6ad

View File

@ -445,9 +445,5 @@ WERROR NetGetJoinableOUs_r(struct libnetapi_ctx *ctx,
}
done:
if (cli) {
cli_shutdown(cli);
}
return werr;
}