mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-04 04:31:27 +00:00
core/manager: remove infinite loop
(cherry picked from commit 145b1f799f)
This commit is contained in:
committed by
Colin Guthrie
parent
64a880e763
commit
f980d7eccb
+1
-3
@@ -2285,10 +2285,8 @@ int manager_deserialize(Manager *m, FILE *f, FDSet *fds) {
|
||||
}
|
||||
|
||||
finish:
|
||||
if (ferror(f)) {
|
||||
if (ferror(f))
|
||||
r = -EIO;
|
||||
goto finish;
|
||||
}
|
||||
|
||||
assert(m->n_reloading > 0);
|
||||
m->n_reloading --;
|
||||
|
||||
Reference in New Issue
Block a user