Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
steam
systemd
Commits
d956ac29
Commit
d956ac29
authored
May 06, 2013
by
Lennart Poettering
Browse files
core: unit_inactive_or_pending() should actually do as it claims
parent
d686f034
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/unit.c
View file @
d956ac29
...
...
@@ -2676,6 +2676,9 @@ bool unit_inactive_or_pending(Unit *u) {
/* Returns true if the unit is inactive or going down */
if
(
UNIT_IS_INACTIVE_OR_DEACTIVATING
(
unit_active_state
(
u
)))
return
true
;
if
(
unit_stop_pending
(
u
))
return
true
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment