aboutsummaryrefslogtreecommitdiff
path: root/src/pies.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pies.c')
-rw-r--r--src/pies.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pies.c b/src/pies.c
index 6ea04d0..a678a7e 100644
--- a/src/pies.c
+++ b/src/pies.c
@@ -2220,9 +2220,7 @@ main (int argc, char **argv)
do
{
- if (init_process && inittrans ())
- action = ACTION_CONT;
- else if (children_op == PIES_CHLD_NONE)
+ if (children_op == PIES_CHLD_NONE)
pies_pause ();
switch (action)
{

Return to:

Send suggestions and report system problems to the System administrator.