Mike Yuan
2025-11-11 19:51:01 +01:00
committed by Luca Boccassi
parent 98ca65c36a
commit 1d73c596fa

View File

@@ -2134,7 +2134,7 @@ static int build_environment(
}
if (!sd_id128_is_null(p->invocation_id)) {
assert(p->invocation_id_string);
assert(!isempty(p->invocation_id_string));
r = strv_extend_joined_with_size(&e, &n, "INVOCATION_ID=", p->invocation_id_string);
if (r < 0)