diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-03-27 22:54:22 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-03-27 22:54:22 +0000 |
commit | 99e0ffb2dbe8758a13de872ed3b9ee8ead4cb19a (patch) | |
tree | 60908469162fd41af620181fc7269f18811f1e56 /net-fs/samba/files/samba-2.2.3a-cli_spoolss_notify.patch | |
parent | man page/LFH fixes (diff) | |
download | gentoo-2-99e0ffb2dbe8758a13de872ed3b9ee8ead4cb19a.tar.gz gentoo-2-99e0ffb2dbe8758a13de872ed3b9ee8ead4cb19a.tar.bz2 gentoo-2-99e0ffb2dbe8758a13de872ed3b9ee8ead4cb19a.zip |
cleanup a few things. see the changelog for details.
Diffstat (limited to 'net-fs/samba/files/samba-2.2.3a-cli_spoolss_notify.patch')
-rw-r--r-- | net-fs/samba/files/samba-2.2.3a-cli_spoolss_notify.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-fs/samba/files/samba-2.2.3a-cli_spoolss_notify.patch b/net-fs/samba/files/samba-2.2.3a-cli_spoolss_notify.patch new file mode 100644 index 000000000000..1fb2f50ac9e8 --- /dev/null +++ b/net-fs/samba/files/samba-2.2.3a-cli_spoolss_notify.patch @@ -0,0 +1,12 @@ +--- samba-2.2.3a/source/rpc_client/cli_spoolss_notify.c Sat Feb 2 18:46:49 2002
++++ samba-2.2.3a/source/rpc_client/cli_spoolss_notify.c.new Wed Feb 13 09:42:25 2002
+@@ -70,8 +70,7 @@
+ }
+
+ if (!attempt_netbios_session_request(cli, global_myname, remote_machine, &cli->dest_ip)) {
+- DEBUG(0,("connect_to_client: machine %s rejected the NetBIOS session request. Error was %s\n", remote_machine, cli_errstr(cli) ));
+- cli_shutdown(cli);
++ DEBUG(0,("connect_to_client: machine %s rejected the NetBIOS session request.\n", remote_machine));
+ return False;
+ }
+
|