Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblongpath-rsync
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liblongpath
liblongpath-rsync
Commits
c1a04ecb
Commit
c1a04ecb
authored
Mar 22, 2002
by
Martin Pool
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc.
parent
69b06c50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
main.c
main.c
+3
-3
No files found.
main.c
View file @
c1a04ecb
...
...
@@ -640,14 +640,14 @@ static int copy_argv (char *argv[])
}
/*
/*
*
* Start a client for either type of remote connection. Work out
* whether the arguments request a remote shell or rsyncd connection,
* and call the appropriate connection function, then run_client.
*
* Calls either start_socket_client (for sockets) or do_cmd and
* client_run (for ssh).
*/
*
*
/
static
int
start_client
(
int
argc
,
char
*
argv
[])
{
char
*
p
;
...
...
@@ -694,7 +694,7 @@ static int start_client(int argc, char *argv[])
p
=
find_colon
(
argv
[
0
]);
if
(
p
)
{
if
(
p
[
1
]
==
':'
)
{
if
(
p
[
1
]
==
':'
)
{
/* double colon */
*
p
=
0
;
return
start_socket_client
(
argv
[
0
],
p
+
2
,
argc
-
1
,
argv
+
1
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment