mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-21 19:11:02 +00:00
threadshare: net: correct the member name in ip_mreq
missed changing to `ifr_interface` after switching to the libc crate Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1917>
This commit is contained in:
parent
b16379d00b
commit
1963dad67e
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ pub mod imp {
|
|||
imr_multiaddr: in_addr {
|
||||
s_addr: u32::from_ne_bytes(addr.octets()),
|
||||
},
|
||||
imr_address: in_addr {
|
||||
imr_interface: in_addr {
|
||||
s_addr: u32::from_ne_bytes(ip_addr.octets()),
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue