The Samba-Bugzilla – Attachment 6971 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]
git-am fix for 3.6.1.
0001-Bug-7551-Return-error-of-cli_push-when-put-some-file.patch (text/plain), 843 bytes, created by
Jeremy Allison
on 2011-09-30 00:11:58 UTC
(
hide
)
Description:
git-am fix for 3.6.1.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2011-09-30 00:11:58 UTC
Size:
843 bytes
patch
obsolete
>From e4b0983ccd4c116107d3964f13d70ab6e95e0782 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 > >Autobuild-User: Jeremy Allison <jra@samba.org> >Autobuild-Date: Thu Sep 29 23:47:02 CEST 2011 on sn-devel-104 >(cherry picked from commit d883cc664cac81633a60e5b04f99f23a3577ae65) >--- > 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 b94893d..e5426c6 100644 >--- a/source3/client/client.c >+++ b/source3/client/client.c >@@ -1913,7 +1913,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.7.3.1 >
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
Flags:
metze
:
review+
Actions:
View
Attachments on
bug 7551
:
5845
|
6962
| 6971