summaryrefslogtreecommitdiff
path: root/man/sd-id128.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-06-14 19:46:33 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-06-15 20:58:20 +0200
commit9b682672e4b21e6325b48da3dcca4b4a479378a6 (patch)
treeb88da54268a123a9b58f56245782bb124cb669df /man/sd-id128.xml
parentb428efa54bc9f8851514c595f14020a99fcf62a7 (diff)
downloadsystemd-9b682672e4b21e6325b48da3dcca4b4a479378a6.tar.gz
network: use void* to correctly store SetLinkOperation in Request
Previously, when `link_request_queue()` is called in link_request_set_link(), `SetLinkOperation` is casted with INT_TO_PTR(), and the value is assigned to `void *object`. However the value was read directly through the member `SetLinkOperation set_link_operation` of the union which `object` beloging to. Thus, read value was always 0 on big-endian systems. Fixes configuring link issue on s390x systems.
Diffstat (limited to 'man/sd-id128.xml')
0 files changed, 0 insertions, 0 deletions