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:
Steve
2016-05-21 17:09:50 -06:00
committed by Gregory Nutt
parent 9bd8070b34
commit a75c48c183
+1 -1
View File
@@ -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);