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
8c90957f
Commit
8c90957f
authored
Jul 21, 2004
by
Wayne Davison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Got rid of read_batch special case.
parent
c0d8e84c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
pipe.c
pipe.c
+1
-2
No files found.
pipe.c
View file @
8c90957f
...
...
@@ -25,7 +25,6 @@ extern int am_sender;
extern
int
am_server
;
extern
int
blocking_io
;
extern
int
orig_umask
;
extern
int
read_batch
;
extern
int
write_batch
;
extern
int
filesfrom_fd
;
...
...
@@ -121,7 +120,7 @@ pid_t local_child(int argc, char **argv, int *f_in, int *f_out,
}
/* For read-batch, don't even fork. */
pid
=
read_batch
?
getpid
()
:
do_fork
();
pid
=
do_fork
();
if
(
pid
==
-
1
)
{
rsyserr
(
FERROR
,
errno
,
"fork"
);
...
...
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