1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

Shutting down the connection closes outstanding sessions, so we don't need

to do it twice...

Amdrew Bartlett
(This used to be commit 8f9a069c59cbd357cbef8814764c10f6d8b6e6e8)
This commit is contained in:
Andrew Bartlett 2003-12-28 09:57:29 +00:00
parent f73492a58a
commit 5dff713735

View File

@ -182,7 +182,6 @@ done:
/* cleanup */
if (cli) {
DEBUG(10,("enumerate_domain_trusts: shutting down connection...\n"));
cli_nt_session_close( cli );
cli_shutdown( cli );
}