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:
parent
91830de452
commit
14c2688f2d
@ -445,9 +445,5 @@ WERROR NetGetJoinableOUs_r(struct libnetapi_ctx *ctx,
|
||||
}
|
||||
|
||||
done:
|
||||
if (cli) {
|
||||
cli_shutdown(cli);
|
||||
}
|
||||
|
||||
return werr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user