diff options
-rw-r--r-- | src/protocol_ec25519_fhmqvc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/protocol_ec25519_fhmqvc.c b/src/protocol_ec25519_fhmqvc.c index 87eedef..487acdc 100644 --- a/src/protocol_ec25519_fhmqvc.c +++ b/src/protocol_ec25519_fhmqvc.c @@ -645,10 +645,6 @@ static void protocol_handshake_handle(fastd_context_t *ctx, fastd_socket_t *sock peer = match_sender_key(ctx, sock, remote_addr, peer, handshake->records[RECORD_SENDER_KEY].data); if (!peer) { switch (errno) { - case EAGAIN: - pr_debug(ctx, "received handshake from %I, resolving host...", remote_addr); - return; - case EPERM: pr_debug(ctx, "ignoring handshake from %I (incorrect source address)", remote_addr); return; |