]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: add missing 'continue' statement
authorLennart Poettering <lennart@poettering.net>
Tue, 9 Oct 2018 13:33:13 +0000 (15:33 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 9 Oct 2018 19:11:06 +0000 (21:11 +0200)
src/core/unit.c

index 853db527f78a4e54b98243dda559c8d116d95e42..8b456caeb7ae6e7198d80836759d8a539d89e2bf 100644 (file)
@@ -3602,6 +3602,8 @@ int unit_deserialize(Unit *u, FILE *f, FDSet *fds) {
                         else
                                 unit_ref_uid_gid(u, UID_INVALID, gid);
 
+                        continue;
+
                 } else if (streq(l, "ref")) {
 
                         r = strv_extend(&u->deserialized_refs, v);