The Samba-Bugzilla – Attachment 1898 Details for
Bug 3772
Try "Write" (0x0b) if "Write and X" (0x2f) fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
diff -u client/original.client.c client/client.c
patch3772 (text/plain), 877 bytes, created by
Ramon Casares
on 2006-05-13 04:30:52 UTC
(
hide
)
Description:
diff -u client/original.client.c client/client.c
Filename:
MIME Type:
Creator:
Ramon Casares
Created:
2006-05-13 04:30:52 UTC
Size:
877 bytes
patch
obsolete
>$ diff -u client/original.client.c client/client.c >--- client/original.client.c 2006-05-13 10:47:58.000000000 +0200 >+++ client/client.c 2006-05-13 11:06:25.000000000 +0200 >@@ -1237,9 +1237,13 @@ > ret = cli_write(targetcli, fnum, 0, buf, nread + start, n); > > if (n != ret) { >- d_printf("Error writing file: %s\n", cli_errstr(cli)); >- rc = 1; >- break; >+ /* before giving-up, lets try another way - RMCG */ >+ ret = cli_smbwrite(targetcli, fnum, buf, nread + start, n); >+ if (n != ret) { >+ d_printf("Error writing file: %s\n", cli_errstr(cli)); >+ rc = 1; >+ break; >+ } > } > > nread += n;
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 3772
: 1898