mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08: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:
@@ -229,7 +229,7 @@ void tapdev_init(void)
|
|||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
{
|
{
|
||||||
syslog(LOG_ERR, "TAPDEV: ioctl failed (can't add interface %s to bridge %s): %d\n",
|
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);
|
close(sockfd);
|
||||||
|
|||||||
Reference in New Issue
Block a user