The branch, master has been updated
via d409c0b s3-utils/net_rpc_printer.c: fix error message
from 57a0f34 s3: Fix Coverity ID 2596, REVERSE_INULL
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit d409c0b97bc1bb8eee92f78b7270b8611a179e13
Author: Björn Baumbach <[email protected]>
Date: Sun Jul 24 09:09:59 2011 +0200
s3-utils/net_rpc_printer.c: fix error message
Signed-off-by: Stefan Metzmacher <[email protected]>
Autobuild-User: Stefan Metzmacher <[email protected]>
Autobuild-Date: Sun Jul 24 19:01:47 CEST 2011 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
source3/utils/net_rpc_printer.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/utils/net_rpc_printer.c b/source3/utils/net_rpc_printer.c
index 56bdce1..eec5a6c 100644
--- a/source3/utils/net_rpc_printer.c
+++ b/source3/utils/net_rpc_printer.c
@@ -387,7 +387,7 @@ NTSTATUS net_copy_file(struct net_context *c,
read_size, &n);
if (!NT_STATUS_IS_OK(nt_status)) {
d_fprintf(stderr,
- _("Error reading file [\\\\%s\%s%s]: %s\n"),
+ _("Error reading file [\\\\%s\\%s%s]: %s\n"),
cli_state_remote_name(cli_share_src),
cli_share_src->share,
src_name, nt_errstr(nt_status));
@@ -402,7 +402,7 @@ NTSTATUS net_copy_file(struct net_context *c,
if (!NT_STATUS_IS_OK(nt_status)) {
d_fprintf(stderr,
- _("Error writing file: [\\\\%s\%s%s]: %s\n"),
+ _("Error writing file: [\\\\%s\\%s%s]: %s\n"),
cli_state_remote_name(cli_share_dst),
cli_share_dst->share,
dst_name, nt_errstr(nt_status));
--
Samba Shared Repository