Fix a typo.
This commit is contained in:
parent
8e6afb958a
commit
cf3dd19352
@ -71,7 +71,7 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifdef CONFIG_NET_UDP_BINDTODEVICE
|
#ifdef CONFIG_NET_UDP_BINDTODEVICE
|
||||||
FAR struct net_driver_s *upd_bound_device(FAR struct udp_conn_s *conn)
|
static FAR struct net_driver_s *upd_bound_device(FAR struct udp_conn_s *conn)
|
||||||
{
|
{
|
||||||
FAR struct net_driver_s *dev = NULL;
|
FAR struct net_driver_s *dev = NULL;
|
||||||
|
|
||||||
@ -90,7 +90,7 @@ FAR struct net_driver_s *upd_bound_device(FAR struct udp_conn_s *conn)
|
|||||||
* socket.
|
* socket.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
conn->bounto = 0;
|
conn->boundto = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user