Fix (some) compile-time warnings on Linux
This commit is contained in:
parent
29e5880d8b
commit
11ddbc6f30
4 changed files with 54 additions and 58 deletions
|
@ -1047,7 +1047,6 @@ void Switch::_sendViaSpecificPath(void *tPtr,SharedPtr<Peer> peer,SharedPtr<Path
|
|||
if (trustedPathId) {
|
||||
packet.setTrusted(trustedPathId);
|
||||
} else {
|
||||
Packet::Verb v = packet.verb();
|
||||
packet.armor(peer->key(),encrypt,peer->aesKeysIfSupported());
|
||||
RR->node->expectReplyTo(packet.packetId());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue