chiark / gitweb /
server/tests.at (AWAIT_KXDONE): Ignore the correct server messages.
[tripe] / server / keyexch.c
index d26ac787378aa6658ca0517d7f83ab73a1822174..2502fa398d797578378448df7578914710d4f034 100644 (file)
@@ -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))