Fix two controller bugs: filesystem bug and another possible infinite recursion bug.

This commit is contained in:
Adam Ierymenko
2018-07-03 12:51:41 -07:00
parent 4e6151ebd9
commit 73e4286fbf
4 changed files with 26 additions and 154 deletions

View File

@ -504,6 +504,8 @@ void EmbeddedNetworkController::request(
qe->identity = identity;
qe->metaData = metaData;
qe->type = _RQEntry::RQENTRY_TYPE_REQUEST;
char buf[1024];
printf("!!! %.16llx %.16llx %s\n",nwid,requestPacketId,fromAddr.toString(buf));
_queue.post(qe);
}