mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +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:
|
done:
|
||||||
if (cli) {
|
|
||||||
cli_shutdown(cli);
|
|
||||||
}
|
|
||||||
|
|
||||||
return werr;
|
return werr;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user