mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-09 22:37:55 +00:00
fix logic
This commit is contained in:
parent
3b0294497b
commit
43c84cae6c
@ -604,7 +604,7 @@ bool node_impl::refresh_storage() {
|
|||||||
boost::intrusive_ptr<dht_get> ta(new dht_get(*this, username, resource, multi,
|
boost::intrusive_ptr<dht_get> ta(new dht_get(*this, username, resource, multi,
|
||||||
boost::bind(&putData_confirm, item),
|
boost::bind(&putData_confirm, item),
|
||||||
boost::bind(&putData_fun, _1, boost::ref(*this),
|
boost::bind(&putData_fun, _1, boost::ref(*this),
|
||||||
entryP, item.sig_p, item.sig_user), !item.confirmed));
|
entryP, item.sig_p, item.sig_user), item.confirmed));
|
||||||
ta->start();
|
ta->start();
|
||||||
did_something = true;
|
did_something = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user