diff options
| author | Adam Ierymenko <[email protected]> | 2022-04-19 16:06:53 -0400 |
|---|---|---|
| committer | Adam Ierymenko <[email protected]> | 2022-04-19 16:06:53 -0400 |
| commit | cd70fefc5e0463659d2b41dd4c4e3924d85ce1be (patch) | |
| tree | 0a9eeb226d96591627408f49a9a5a385cb9b8a1d /node/IncomingPacket.cpp | |
| parent | 877f86a8968017f3d1b43979398f41573e976c5d (diff) | |
Clean up some credential push stuff.
Diffstat (limited to 'node/IncomingPacket.cpp')
| -rw-r--r-- | node/IncomingPacket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/IncomingPacket.cpp b/node/IncomingPacket.cpp index 99a1a489..f749c8bd 100644 --- a/node/IncomingPacket.cpp +++ b/node/IncomingPacket.cpp @@ -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_: { |
