Skip to content
Snippets Groups Projects
Commit a75c48c1 authored by Steve's avatar Steve Committed by Gregory Nutt
Browse files

Fix for a minor typo that I introduced somewhere along the way during my...

Fix for a minor typo that I introduced somewhere along the way during my testing.  This makes the bridge code actually compile…
parent 9bd8070b
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment