diff options
author | Roy Marples <roy@marples.name> | 2008-03-18 23:06:02 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-18 23:06:02 +0000 |
commit | 773d50dabbc3ce5c4b2553388813eaea90247b51 (patch) | |
tree | e7e9554c9cd5954d17dab9200139d77953b8fccd /src/rc/rc.c | |
parent | 7b8215bbd3124117b1c5618cea05b6d6d29fce09 (diff) |
Get going_down and parallel the right away round.
Diffstat (limited to 'src/rc/rc.c')
-rw-r--r-- | src/rc/rc.c | 2 |
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(); |