diff options
Diffstat (limited to 'src/path.c')
-rw-r--r-- | src/path.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/path.c b/src/path.c index 7a871246ad..92f99381e8 100644 --- a/src/path.c +++ b/src/path.c @@ -389,7 +389,8 @@ static int path_start(Unit *u) { return -ENOENT; p->failure = false; -path_enter_waiting(p, true); + path_enter_waiting(p, true); + return 0; } |