Updated Jenkinsfile for iOS build

This commit is contained in:
Joseph Henry
2016-11-04 11:06:13 -07:00
parent cfb36ae895
commit 752b340b5b
2 changed files with 11 additions and 13 deletions

View File

@@ -395,7 +395,6 @@ void NetconEthernetTap::phyOnUnixData(PhySocket *sock, void **uptr, void *data,
// Find job
sockdata = jobmap[CANARY_num];
if(!sockdata.first) {
DEBUG_ERROR("unable to locate job entry for %lu, sock=%p", CANARY_num, (void*)&sock);
return;
} else
foundJob = true;