[systemd-commits] src/core

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Thu Apr 16 05:12:27 PDT 2015


 src/core/unit.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0f908397544811f60f33aab4ab277041c21aa089
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Thu Apr 16 08:10:33 2015 -0400

    core: fix spurious warning about cpuacct-usage-base deserialization
    
    The key was parsed properly, but the warning was still generated.

diff --git a/src/core/unit.c b/src/core/unit.c
index 3aa1bf2..494dee4 100644
--- a/src/core/unit.c
+++ b/src/core/unit.c
@@ -2776,6 +2776,7 @@ int unit_deserialize(Unit *u, FILE *f, FDSet *fds) {
                         if (r < 0)
                                 log_debug("Failed to parse CPU usage %s", v);
 
+                        continue;
                 } else if (streq(l, "cgroup")) {
                         char *s;
 



More information about the systemd-commits mailing list