ios example app update

This commit is contained in:
Joseph Henry
2016-10-24 16:13:41 -07:00
parent 3a69fe1804
commit 3df5034d5a
4 changed files with 12 additions and 12 deletions

View File

@@ -695,8 +695,6 @@ NetconEthernetTap::NetconEthernetTap(
// SIP-0
// Load and initialize network stack library
#if defined(SDK_LWIP)
DEBUG_INFO("Did I get here?");
Utils::snprintf(stackPath,sizeof(stackPath),"%s%sliblwip.so",homePath,ZT_PATH_SEPARATOR_S);
lwipstack = new lwIP_stack(stackPath);
if(!lwipstack) {