1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

netapi: fix NetGetJoinableOUs_r: do not tear down connection.

Guenther
This commit is contained in:
Günther Deschner 2008-09-02 13:17:28 +02:00
parent 91830de452
commit 14c2688f2d

View File

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