chiark / gitweb /
keyexch, keymgmt: Include the peer's public key in the check hash.
[tripe] / admin.c
diff --git a/admin.c b/admin.c
index 80d21af63c3ea817a190fa1a4fbde9b627fa1e3a..7917b26fb434b021c6204230bcefb7b3428be9a1 100644 (file)
--- a/admin.c
+++ b/admin.c
@@ -805,6 +805,7 @@ static void a_resolve(admin *a, admin_resop *r, const char *tag,
 
   /* --- Fill in the easy bits of address --- */
 
+  r->bg.tag = "<starting>";
   r->addr = 0;
   r->func = func;
   if (mystrieq(av[i], "inet")) i++;