core: initialize variable

This commit is contained in:
Kay Sievers 2013-11-28 01:24:56 +01:00
parent 88e4d1d733
commit 28b99ccdcb

View file

@ -2178,7 +2178,7 @@ void unit_serialize_item(Unit *u, FILE *f, const char *key, const char *value) {
int unit_deserialize(Unit *u, FILE *f, FDSet *fds) {
size_t offset;
ExecRuntime **rt;
ExecRuntime **rt = NULL;
int r;
assert(u);