]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/service.c
service: fix incorrect argument
authorMichal Schmidt <mschmidt@redhat.com>
Tue, 26 Jun 2012 09:32:30 +0000 (11:32 +0200)
committerMichal Schmidt <mschmidt@redhat.com>
Tue, 26 Jun 2012 09:32:30 +0000 (11:32 +0200)
commite201a0384da94f57f65c951a97d8ddaf990d6240
treec6b13845940b855e97de049516f48101c313199c
parent11901ad59689002aa7bbf598e76617f1cfeebd34
service: fix incorrect argument

The last argument to service_enter_dead() is bool allow_restart, not
a service result.
src/core/service.c