X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/3cdc3f3a27e8c4f4fe692009d868c773d298a68c..0ba8de86535cf6025076f5034b76ab753e4dde08:/keyexch.c?ds=sidebyside diff --git a/keyexch.c b/keyexch.c index 7c0217c5..f010a38b 100644 --- a/keyexch.c +++ b/keyexch.c @@ -1217,7 +1217,7 @@ int kx_init(keyexch *kx, peer *p, keyset **ks) kx->f = KXF_DEAD | KXF_PUBKEY; start(kx, time(0)); resend(kx); - a_notify("KXSTART %s", p_name(kx->p)); + /* Don't notify here: the ADD message hasn't gone out yet. */ return (0); }