mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 04:53:44 +02:00
Build fix.
This commit is contained in:
parent
c0e86de6db
commit
a87d4f1864
1 changed files with 1 additions and 1 deletions
|
@ -1616,7 +1616,7 @@ void EmbeddedNetworkController::_request(
|
||||||
nc->certificateOfOwnershipCount = 1;
|
nc->certificateOfOwnershipCount = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
CertificateOfMembership com(now,credentialtmd,nwid,identity.address());
|
CertificateOfMembership com(now,credentialtmd,nwid,identity);
|
||||||
if (com.sign(_signingId)) {
|
if (com.sign(_signingId)) {
|
||||||
nc->com = com;
|
nc->com = com;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue