aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-18 23:06:02 +0000
committerRoy Marples <roy@marples.name>2008-03-18 23:06:02 +0000
commit773d50dabbc3ce5c4b2553388813eaea90247b51 (patch)
treee7e9554c9cd5954d17dab9200139d77953b8fccd
parent7b8215bbd3124117b1c5618cea05b6d6d29fce09 (diff)
Get going_down and parallel the right away round.
-rw-r--r--src/rc/rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c
index eec03321..fab23255 100644
--- a/src/rc/rc.c
+++ b/src/rc/rc.c
@@ -1147,7 +1147,7 @@ int main(int argc, char **argv)
/* Now stop the services that shouldn't be running */
if (stop_services)
- do_stop_services(newlevel, parallel, going_down);
+ do_stop_services(newlevel, going_down, parallel);
/* Wait for our services to finish */
wait_for_services();