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