diff options
-rw-r--r-- | src/fastd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastd.c b/src/fastd.c index 9e9b225..d2bc392 100644 --- a/src/fastd.c +++ b/src/fastd.c @@ -618,7 +618,7 @@ static inline void update_time(fastd_context *ctx) { clock_gettime(CLOCK_MONOTONIC, &ctx->now); } -static inline void send_handshake(fastd_context *ctx, fastd_peer *peer) { +static void send_handshake(fastd_context *ctx, fastd_peer *peer) { if (fastd_peer_may_connect(ctx, peer)) { if (!fastd_peer_is_established(peer)) fastd_peer_reset_socket(ctx, peer); |