mirror of
https://github.com/systemd/systemd.git
synced 2025-01-26 14:04:03 +03: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…
x
Reference in New Issue
Block a user