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
e4b80898
Commit
e4b80898
authored
Feb 16, 2005
by
Wayne Davison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved the auto-setting of --verbose when --dry-run is specified into
options.c.
parent
59e52bf2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
main.c
main.c
+0
-4
No files found.
main.c
View file @
e4b80898
...
@@ -30,7 +30,6 @@ extern int am_sender;
...
@@ -30,7 +30,6 @@ extern int am_sender;
extern
int
am_generator
;
extern
int
am_generator
;
extern
int
am_daemon
;
extern
int
am_daemon
;
extern
int
verbose
;
extern
int
verbose
;
extern
int
itemize_changes
;
extern
int
blocking_io
;
extern
int
blocking_io
;
extern
int
delete_before
;
extern
int
delete_before
;
extern
int
daemon_over_rsh
;
extern
int
daemon_over_rsh
;
...
@@ -1174,9 +1173,6 @@ int main(int argc,char *argv[])
...
@@ -1174,9 +1173,6 @@ int main(int argc,char *argv[])
exit_cleanup
(
RERR_SYNTAX
);
exit_cleanup
(
RERR_SYNTAX
);
}
}
if
(
dry_run
&&
!
verbose
&&
!
itemize_changes
)
verbose
=
1
;
if
(
am_server
)
{
if
(
am_server
)
{
set_nonblocking
(
STDIN_FILENO
);
set_nonblocking
(
STDIN_FILENO
);
set_nonblocking
(
STDOUT_FILENO
);
set_nonblocking
(
STDOUT_FILENO
);
...
...
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