Send revocations automatically on deauth for instant kill, also fix some issues with the RP.
This commit is contained in:
@@ -191,7 +191,7 @@ public:
|
||||
{
|
||||
if (nconf.isPublic())
|
||||
return true;
|
||||
if ((_comRevocationThreshold)&&(_com.timestamp().first <= _comRevocationThreshold))
|
||||
if (_com.timestamp().first <= _comRevocationThreshold)
|
||||
return false;
|
||||
return nconf.com.agreesWith(_com);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user