make testnet compile

pull/81/head
Jeff Becker 6 years ago
parent cf57eca7c3
commit 12a4022a56
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -197,7 +197,7 @@ namespace llarp
continue;
byte_t tmp[1024] = {0};
auto buf = StackBuffer< decltype(tmp) >(tmp);
if(!SendToOrQueue(introset.A.Addr(), buf, eProtocolText))
if(!SendToOrQueue(introset.A.Addr().data(), buf, eProtocolText))
{
llarp::LogWarn(Name(), " failed to send/queue data to ",
introset.A.Addr(), " for tag ", tag.ToString());

Loading…
Cancel
Save