summaryrefslogtreecommitdiff
path: root/node/Network.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-03-06 15:12:28 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-03-06 15:12:28 -0800
commit5e6a4e5f5e0022dccbc2f6cf8a8b38c038720866 (patch)
treed4db86aba95df3108b78f59f807e5f9e59456324 /node/Network.cpp
parent66dfc33de91577012bb0e9ec22d2ef6bf18805ef (diff)
downloadinfinitytier-5e6a4e5f5e0022dccbc2f6cf8a8b38c038720866.tar.gz
infinitytier-5e6a4e5f5e0022dccbc2f6cf8a8b38c038720866.zip
Send revocations automatically on deauth for instant kill, also fix some issues with the RP.
Diffstat (limited to 'node/Network.cpp')
-rw-r--r--node/Network.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Network.cpp b/node/Network.cpp
index 9223987c..dd812cab 100644
--- a/node/Network.cpp
+++ b/node/Network.cpp
@@ -1422,8 +1422,8 @@ Membership::AddCredentialResult Network::addCredential(const Address &sentFrom,c
outp.append((uint16_t)0); // no capabilities
outp.append((uint16_t)0); // no tags
outp.append((uint16_t)1); // one revocation!
- outp.append((uint16_t)0); // no certificates of ownership
rev.serialize(outp);
+ outp.append((uint16_t)0); // no certificates of ownership
RR->sw->send(outp,true);
}
}