mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
2003-02-27 Roland McGrath <roland@redhat.com>
* sunrpc/svc_udp.c (svcudp_recv): Add a cast to last change.
This commit is contained in:
parent
206a5cdea2
commit
63c9fb5c4b
@ -277,7 +277,7 @@ again:
|
||||
{
|
||||
/* It was a simple IP_PKTIFO as we expected, discard the
|
||||
interface field. */
|
||||
struct in_pktinfo *pkti = CMSG_DATA (cmsg);
|
||||
struct in_pktinfo *pkti = (struct in_pktinfo *) CMSG_DATA (cmsg);
|
||||
pkti->ipi_ifindex = 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user