Set version to correct 1.10.0.

This commit is contained in:
Adam Ierymenko 2022-06-06 16:18:50 -04:00
parent c6682f2a3f
commit e672dc8094
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
5 changed files with 6 additions and 6 deletions

View file

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