The Samba-Bugzilla – Attachment 1314 Details for
Bug 2873
Including username and hostname in both source and dest fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Reject both source and destination specifying a host
warn.patch (text/plain), 599 bytes, created by
Wayne Davison
on 2005-07-15 12:01:16 UTC
(
hide
)
Description:
Reject both source and destination specifying a host
Filename:
MIME Type:
Creator:
Wayne Davison
Created:
2005-07-15 12:01:16 UTC
Size:
599 bytes
patch
obsolete
>--- main.c 12 May 2005 07:43:14 -0000 1.273 >+++ main.c 15 Jul 2005 18:58:16 -0000 >@@ -872,6 +872,13 @@ static int start_client(int argc, char * > argc--; > shell_path = check_for_hostspec(argv[0], &shell_machine, &rsync_port); > if (shell_path) { /* source is remote */ >+ char *dummy1; >+ int dummy2; >+ if (check_for_hostspec(argv[argc], &dummy1, &dummy2)) { >+ rprintf(FERROR, >+ "The source and destination cannot both be remote.\n"); >+ exit_cleanup(RERR_SYNTAX); >+ } > argv++; > if (filesfrom_host && *filesfrom_host > && strcmp(filesfrom_host, shell_machine) != 0) {
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 2873
: 1314