diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2019-03-19 16:43:43 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2019-03-19 16:43:43 -0700 |
commit | 63ec19674c423b3d93185a690cff3f355c8d9c17 (patch) | |
tree | 2bbef2c69d0434ca95e9f952debf8aa2e9c6ad6d /node/Network.hpp | |
parent | 087c75d5eebea46be5a877dbd22c2362ad0a9051 (diff) | |
download | infinitytier-63ec19674c423b3d93185a690cff3f355c8d9c17.tar.gz infinitytier-63ec19674c423b3d93185a690cff3f355c8d9c17.zip |
.
Diffstat (limited to 'node/Network.hpp')
-rw-r--r-- | node/Network.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Network.hpp b/node/Network.hpp index eec016c0..9350b3b5 100644 --- a/node/Network.hpp +++ b/node/Network.hpp @@ -365,7 +365,7 @@ public: inline void pushCredentialsNow(void *tPtr,const Address &to,const int64_t now) { Mutex::Lock _l(_lock); - _membership(to).pushCredentials(RR,tPtr,now,to,_config,-1,true); + _membership(to).pushCredentials(RR,tPtr,now,to,_config,-1); } /** |