shared/generator: add missing initializer

Coverity CID#1444710.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2021-02-11 09:23:22 +01:00
parent b5f1c0d88b
commit 47237e0ed4

View File

@@ -652,7 +652,7 @@ int generator_write_veritysetup_service_section(
const char *roothash,
const char *options) {
_cleanup_free_ char *name_escaped = NULL, *data_what_escaped = NULL, *hash_what_escaped,
_cleanup_free_ char *name_escaped = NULL, *data_what_escaped = NULL, *hash_what_escaped = NULL,
*roothash_escaped = NULL, *options_escaped = NULL;
assert(f);