The Samba-Bugzilla – Attachment 6962 Details for
Bug 7551
smbclient does not return proper exit code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Exit with the return code of cli_push
0001-Bug-7551-Return-error-of-cli_push-when-put-some.patch (text/plain), 665 bytes, created by
Bram
on 2011-09-29 09:36:30 UTC
(
hide
)
Description:
Exit with the return code of cli_push
Filename:
MIME Type:
Creator:
Bram
Created:
2011-09-29 09:36:30 UTC
Size:
665 bytes
patch
obsolete
>From e2eef23978fa9bc09be7cda2990bd893a4984bd9 Mon Sep 17 00:00:00 2001 >From: Bram <fnzon@lists.wizbit.be> >Date: Thu, 29 Sep 2011 11:28:03 +0200 >Subject: [PATCH] Bug 7551: Return error of cli_push when 'put - /some/file' is used > >--- > source3/client/client.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source3/client/client.c b/source3/client/client.c >index 30f8b8b..beb3dca 100644 >--- a/source3/client/client.c >+++ b/source3/client/client.c >@@ -1948,7 +1948,7 @@ static int do_put(const char *rname, const char *lname, bool reput) > > if (f == x_stdin) { > cli_shutdown(cli); >- exit(0); >+ exit(rc); > } > > return rc; >-- >1.5.4.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 7551
:
5845
|
6962
|
6971