File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -784,9 +784,9 @@ CHIP_ERROR UDPEndPointImplSockets::IPv4JoinLeaveMulticastGroupImpl(InterfaceId a
784
784
#if INET_CONFIG_UDP_SOCKET_MREQN
785
785
struct ip_mreqn lMulticastRequest;
786
786
memset (&lMulticastRequest, 0 , sizeof (lMulticastRequest));
787
- lMulticastRequest.imr_ifindex = aInterfaceId.GetPlatformInterface (); /* Network interface index */
788
- lMulticastRequest.imr_address = interfaceAddr; /* IP address of local interface */
789
- lMulticastRequest.imr_multiaddr = aAddress.ToIPv4 (); /* IP multicast group address*/
787
+ lMulticastRequest.imr_ifindex = aInterfaceId.GetPlatformInterface (); /* Network interface index */
788
+ lMulticastRequest.imr_address = interfaceAddr; /* IP address of local interface */
789
+ lMulticastRequest.imr_multiaddr = aAddress.ToIPv4 (); /* IP multicast group address*/
790
790
791
791
#else
792
792
You can’t perform that action at this time.
0 commit comments