The Samba-Bugzilla – Attachment 5845 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]
Fix for 3.5.x.
look (text/plain), 430 bytes, created by
Jeremy Allison
on 2010-07-15 18:01:34 UTC
(
hide
)
Description:
Fix for 3.5.x.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2010-07-15 18:01:34 UTC
Size:
430 bytes
patch
obsolete
>diff --git a/source3/client/client.c b/source3/client/client.c >index 6d39977..d03c668 100644 >--- a/source3/client/client.c >+++ b/source3/client/client.c >@@ -1668,6 +1668,7 @@ static int do_put(const char *rname, const char *lname, bool reput) > &state); > if (!NT_STATUS_IS_OK(status)) { > d_fprintf(stderr, "cli_push returned %s\n", nt_errstr(status)); >+ rc = 1; > } > > if (!NT_STATUS_IS_OK(cli_close(targetcli, fnum))) {
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