mirror of
https://git.proxmox.com/git/systemd
synced 2026-02-06 02:38:38 +00:00
bus-message: fix typo
This commit is contained in:
parent
09f727eebd
commit
c66a2e0cf9
@ -2213,8 +2213,8 @@ static int message_skip_fields(
|
||||
} else if (bus_type_is_basic(t)) {
|
||||
size_t align, k;
|
||||
|
||||
align = bus_type_get_alignment(align);
|
||||
k = bus_type_get_size(align);
|
||||
align = bus_type_get_alignment(t);
|
||||
k = bus_type_get_size(t);
|
||||
|
||||
r = message_peek_fields(m, ri, align, k, NULL);
|
||||
if (r < 0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user