summaryrefslogtreecommitdiff
path: root/source3/rpc_server
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2002-09-11 15:18:53 +0000
committerVolker Lendecke <vlendec@samba.org>2002-09-11 15:18:53 +0000
commit66f90f97bf13d7f1b9aa18cc59ba1d15b2d8d4b8 (patch)
tree2362baaf4ceb70bab9d9f6da271d8a655a33b84d /source3/rpc_server
parentcdca2ad1c4ca396e130a1091063c3aeedbb06cd8 (diff)
downloadsamba-66f90f97bf13d7f1b9aa18cc59ba1d15b2d8d4b8.tar.gz
samba-66f90f97bf13d7f1b9aa18cc59ba1d15b2d8d4b8.tar.bz2
samba-66f90f97bf13d7f1b9aa18cc59ba1d15b2d8d4b8.zip
Merge the cli_shutdown change from 2_2. All except one call to
attempt_netbios_... assumed that cli_shutdown was _not_ called on error anyway... Volker (This used to be commit f0c741594f0dad2da16b1d5692dd56a48b4157f1)
Diffstat (limited to 'source3/rpc_server')
-rw-r--r--source3/rpc_server/srv_spoolss_nt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/rpc_server/srv_spoolss_nt.c b/source3/rpc_server/srv_spoolss_nt.c
index 8b5dcd3b6c..5231e9e681 100644
--- a/source3/rpc_server/srv_spoolss_nt.c
+++ b/source3/rpc_server/srv_spoolss_nt.c
@@ -2296,6 +2296,7 @@ static BOOL spoolss_connect_to_client(struct cli_state *the_cli, char *remote_ma
if (!attempt_netbios_session_request(the_cli, global_myname, remote_machine, &the_cli->dest_ip)) {
DEBUG(0,("connect_to_client: machine %s rejected the NetBIOS session request.\n",
remote_machine));
+ cli_shutdown(the_cli);
return False;
}