From 1bb1eb5a334e919d0f57ffa2746c64394b47d1e9 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 25 Apr 2014 00:48:06 +0200 Subject: fastd_peer_claim_address: allow claiming addresses from other peers when they aren't configured statically --- src/protocols/ec25519_fhmqvc/handshake.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/protocols/ec25519_fhmqvc/handshake.c') diff --git a/src/protocols/ec25519_fhmqvc/handshake.c b/src/protocols/ec25519_fhmqvc/handshake.c index 845e790..444ce32 100644 --- a/src/protocols/ec25519_fhmqvc/handshake.c +++ b/src/protocols/ec25519_fhmqvc/handshake.c @@ -136,7 +136,7 @@ static bool establish(fastd_peer_t *peer, const fastd_method_info_t *method, fas pr_verbose("%I authorized as %P", remote_addr, peer); if (!fastd_peer_claim_address(peer, sock, local_addr, remote_addr)) { - pr_warn("can't set address %I which is used by a fixed peer", remote_addr); + pr_warn("can't establish session with %P[%I] as the address is used by another peer", peer, remote_addr); fastd_peer_reset(peer); return false; } -- cgit v1.2.3