Browse Source

* add comment

pull/388/head
hagen 8 years ago
parent
commit
dc344d4658
  1. 1
      Destination.cpp

1
Destination.cpp

@ -460,6 +460,7 @@ namespace client
{ {
auto s = shared_from_this (); auto s = shared_from_this ();
RequestLeaseSet (GetIdentHash (), RequestLeaseSet (GetIdentHash (),
// "this" added due to bug in gcc 4.7-4.8
[s,this](std::shared_ptr<i2p::data::LeaseSet> leaseSet) [s,this](std::shared_ptr<i2p::data::LeaseSet> leaseSet)
{ {
if (leaseSet) if (leaseSet)

Loading…
Cancel
Save