This commit is contained in:
Grant Limberg
2021-12-01 10:44:29 -08:00
parent 73c186b111
commit 7cce23ae79
6 changed files with 35 additions and 38 deletions

View File

@ -741,8 +741,10 @@ void Node::ncSendError(uint64_t nwid,uint64_t requestPacketId,const Address &des
n->setAccessDenied();
break;
case NetworkController::NC_ERROR_AUTHENTICATION_REQUIRED: {
}
fprintf(stderr, "\n\nGot auth required\n\n");
break;
}
default: break;
}