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
@ -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…
Reference in New Issue
Block a user