mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
Fix two controller bugs: filesystem bug and another possible infinite recursion bug.
This commit is contained in:
parent
4e6151ebd9
commit
73e4286fbf
4 changed files with 26 additions and 154 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue