mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 21:47:17 +00:00
Fix for a minor typo that I introduced somewhere along the way during my testing. This makes the bridge code actually compile…
This commit is contained in:
parent
9bd8070b34
commit
a75c48c183
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ void tapdev_init(void)
|
|||
if (ret < 0)
|
||||
{
|
||||
syslog(LOG_ERR, "TAPDEV: ioctl failed (can't add interface %s to bridge %s): %d\n",
|
||||
devname, CONFIG_SIM_NET_BRIDGE_DEVICE, -ret);
|
||||
gdevname, CONFIG_SIM_NET_BRIDGE_DEVICE, -ret);
|
||||
}
|
||||
|
||||
close(sockfd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue