wanr people who use path names to rsync ::

This commit is contained in:
Andrew Tridgell
1998-09-09 05:51:08 +00:00
parent 3d913675a1
commit f98df1d9b7

View File

@@ -36,6 +36,11 @@ int start_socket_client(char *host, char *path, int argc, char *argv[])
extern int am_client;
extern int am_sender;
if (*path == '/') {
rprintf(FERROR,"ERROR: The remote path must start with a module name\n");
return -1;
}
p = strchr(host, '@');
if (p) {
user = host;