homed: properly initialize all return params

This commit is contained in:
Lennart Poettering
2022-10-24 12:22:46 +02:00
committed by Luca Boccassi
parent 4856f63846
commit 3b1494ad70

View File

@@ -2661,6 +2661,7 @@ static int prepare_resize_partition(
log_debug("Not rewriting partition table, operating on naked device.");
*ret_disk_uuid = SD_ID128_NULL;
*ret_table = NULL;
*ret_partition = NULL;
return 0;
}