summaryrefslogtreecommitdiffstats
path: root/src/protocol_null.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-03-28 00:55:39 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-03-28 00:55:39 +0200
commit22a6b5706593d222bfc602859dbccd7beb5231ed (patch)
tree6cb946edf94469fb04a935eb3638f80b585475f1 /src/protocol_null.c
parentb69d34071b26e8a6230cde199989071b833d8c99 (diff)
downloadfastd-22a6b5706593d222bfc602859dbccd7beb5231ed.tar
fastd-22a6b5706593d222bfc602859dbccd7beb5231ed.zip
Make crypto handshake with floating peers work
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)) {