diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-11 20:19:27 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-11 20:19:27 +0200 |
commit | 10f8e83cbb10c73b980c9b3b895ac044e600ba0c (patch) | |
tree | 30fc79925312637da0dfa1ba850555af9ae8d629 /src/unit.c | |
parent | 19b68260aa39abceedddbb4f602ba2f90007521c (diff) |
manager: serialize/deserialize startup time, too
Diffstat (limited to 'src/unit.c')
-rw-r--r-- | src/unit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unit.c b/src/unit.c index 33e9cef865..59fc93a9ba 100644 --- a/src/unit.c +++ b/src/unit.c @@ -1983,6 +1983,7 @@ int unit_deserialize(Unit *u, FILE *f, FDSet *fds) { return -errno; } + char_array_0(line); l = strstrip(line); /* End marker */ |