projects
/
oweals
/
dinit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9348a2c
)
I could swear I fixed this not too long ago...
author
Davin McCall
<davmac@davmac.org>
Fri, 1 Jan 2016 04:23:38 +0000
(
04:23
+0000)
committer
Davin McCall
<davmac@davmac.org>
Fri, 1 Jan 2016 04:23:38 +0000
(
04:23
+0000)
service.cc
patch
|
blob
|
history
diff --git
a/service.cc
b/service.cc
index 063881951ab23cb2a55211e1745e3c6564823bea..2aa3285122c8e509fcaa9469430d3149c3205cd3 100644
(file)
--- a/
service.cc
+++ b/
service.cc
@@
-316,7
+316,7
@@
void ServiceRecord::failed_to_start()
if ((*i)->getFrom()->desired_state == ServiceState::STARTED) {
// We can send 'start', because this is only a soft dependency.
// Our startup failure means that they don't have to wait for us.
- (*i)->getFrom()->
start
();
+ (*i)->getFrom()->
dependencyStarted
();
}
}
}