Fix a typo.
This commit is contained in:
parent
8e6afb958a
commit
cf3dd19352
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#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;
|
||||
|
||||
|
@ -90,7 +90,7 @@ FAR struct net_driver_s *upd_bound_device(FAR struct udp_conn_s *conn)
|
|||
* socket.
|
||||
*/
|
||||
|
||||
conn->bounto = 0;
|
||||
conn->boundto = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue