Clean up some credential push stuff.
This commit is contained in:
parent
877f86a896
commit
cd70fefc5e
3 changed files with 5 additions and 12 deletions
|
@ -169,7 +169,7 @@ bool IncomingPacket::_doERROR(const RuntimeEnvironment *RR,void *tPtr,const Shar
|
|||
const SharedPtr<Network> network(RR->node->network(networkId));
|
||||
const int64_t now = RR->node->now();
|
||||
if ((network)&&(network->config().com))
|
||||
network->pushCredentialsNow(tPtr,peer->address(),now);
|
||||
network->peerRequestedCredentials(tPtr,peer->address(),now);
|
||||
} break;
|
||||
|
||||
case Packet::ERROR_NETWORK_ACCESS_DENIED_: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue