Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
6aa04988
...
6aa0498854b6e064db8ee6de6c572029a52a4710
authored
2007-12-07 21:14:05 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(spawn_prog): Bugfix
1 parent
727b3c75
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mailbox/acl.c
mailbox/acl.c
View file @
6aa0498
...
...
@@ -478,6 +478,7 @@ spawn_prog (const char *cmdline, int *pstatus, struct run_closure *rp)
for
(
i
=
getmaxfd
();
i
>
2
;
i
--
)
close
(
i
);
execvp
(
argv
[
0
],
argv
);
exit
(
127
);
}
free
(
s
);
...
...
Please
register
or
sign in
to post a comment