From: Mark Wooding Date: Wed, 27 May 2015 18:43:07 +0000 (+0100) Subject: server/keyexch.c: Always quote the peer name in `KXSTART' notifications. X-Git-Tag: 1.0.0pre18~16 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/commitdiff_plain/b41feb109ed1745db099dcc70703726f117c36dc 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. --- 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))