summaryrefslogtreecommitdiffstats
path: root/src/protocol_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol_null.c')
-rw-r--r--src/protocol_null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol_null.c b/src/protocol_null.c
index 24cb58b..cdf6694 100644
--- a/src/protocol_null.c
+++ b/src/protocol_null.c
@@ -58,7 +58,7 @@ static void protocol_handle_recv(fastd_context *ctx, fastd_peer *peer, fastd_buf
if (!fastd_peer_is_established(peer)) {
pr_info(ctx, "Connection with %P established.", peer);
- fastd_peer_set_established(ctx, peer);
+ fastd_peer_set_established(peer);
}
if (fastd_peer_is_temporary(peer)) {