mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-05-02 11:53:43 +02:00
Debug code removal
This commit is contained in:
parent
0618452615
commit
d9befe3fb3
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ LFDB::LFDB(const Identity &myId,const char *path,const char *lfOwnerPrivate,cons
|
||||||
newrec["OwnerPrivate"] = _lfOwnerPrivate;
|
newrec["OwnerPrivate"] = _lfOwnerPrivate;
|
||||||
newrec["MaskingKey"] = maskingKey;
|
newrec["MaskingKey"] = maskingKey;
|
||||||
newrec["PulseIfUnchanged"] = true;
|
newrec["PulseIfUnchanged"] = true;
|
||||||
printf("%s\n",newrec.dump().c_str());
|
|
||||||
auto resp = htcli.Post("/makerecord",newrec.dump(),"application/json");
|
auto resp = htcli.Post("/makerecord",newrec.dump(),"application/json");
|
||||||
if (resp) {
|
if (resp) {
|
||||||
if (resp->status == 200) {
|
if (resp->status == 200) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue