projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8ac33e
)
Don't save the context within execprog()
author
markus schnalke
<meillo@marmaro.de>
Thu, 15 Jan 2015 16:08:55 +0000
(17:08 +0100)
committer
markus schnalke
<meillo@marmaro.de>
Thu, 15 Jan 2015 16:08:55 +0000
(17:08 +0100)
This context_save() call was copied there accidently.
sbr/execprog.c
patch
|
blob
|
history
diff --git
a/sbr/execprog.c
b/sbr/execprog.c
index
6a4a912
..
9cc8879
100644
(file)
--- a/
sbr/execprog.c
+++ b/
sbr/execprog.c
@@
-11,9
+11,7
@@
execprog(char *cmd, char **arg)
{
pid_t pid;
- context_save();
fflush(stdout);
-
switch (pid = fork()) {
case -1:
/* fork error */