fix compile warning

pull/576/head
Jeff Becker 5 years ago
parent e060082441
commit 6b2ad94731
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -78,8 +78,7 @@ namespace llarp
if(msg.questions[0].HasTLD(".snode"))
return true;
}
else
return false;
return false;
}
bool

Loading…
Cancel
Save