diff options
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 */ |