From b41feb109ed1745db099dcc70703726f117c36dc Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 27 May 2015 19:43:07 +0100 Subject: [PATCH] server/keyexch.c: Always quote the peer name in `KXSTART' notifications. I missed the separate notification which is issued when a corked exchange is uncorked. --- server/keyexch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/keyexch.c b/server/keyexch.c index d26ac787..2502fa39 100644 --- a/server/keyexch.c +++ b/server/keyexch.c @@ -1278,7 +1278,7 @@ void kx_message(keyexch *kx, unsigned msg, buf *b) start(kx, now.tv_sec); rs_time(&kx->rs, &tv, &now); settimer(kx, &tv); - a_notify("KXSTART", A_END); + a_notify("KXSTART", "?PEER", kx->p, A_END); } if (checkpub(kx)) -- 2.11.0