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
9bcb4c72
...
9bcb4c72fbd5d9da96da87feaf705d4ed6f8f33f
authored
2001-11-13 13:52:29 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Exit if execv fails (forgotten to commit)
1 parent
775c2f0c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
comsat/action.c
comsat/action.c
View file @
9bcb4c7
...
...
@@ -315,6 +315,7 @@ action_exec (FILE *tty, int line, int argc, char **argv)
fclose
(
tty
);
execv
(
argv
[
0
],
argv
);
syslog
(
LOG_ERR
,
"can't execute %s: %s"
,
argv
[
0
],
strerror
(
errno
));
exit
(
0
);
}
}
...
...
Please
register
or
sign in
to post a comment