mirror of
https://github.com/systemd/systemd.git
synced 2025-02-09 13:57:42 +03:00
sd-rtnl: message - fix clang compile warning
This commit is contained in:
parent
aef0768e6c
commit
0834ff93c3
@ -1085,7 +1085,8 @@ int sd_rtnl_message_rewind(sd_rtnl_message *m) {
|
||||
&m->rta_offset_tb[m->n_containers],
|
||||
&m->rta_tb_size[m->n_containers],
|
||||
type_system->max,
|
||||
(char*)NLMSG_DATA(m->hdr) + NLMSG_ALIGN(type->size),
|
||||
(struct rtattr*)((uint8_t*)NLMSG_DATA(m->hdr) +
|
||||
NLMSG_ALIGN(type->size)),
|
||||
NLMSG_PAYLOAD(m->hdr, type->size));
|
||||
if (r < 0)
|
||||
return r;
|
||||
|
Loading…
x
Reference in New Issue
Block a user