");
- buf.append(h.toBase32());
+ buf.append(bd.toBase32());
buf.append(" | ");
- String host = _context.namingService().reverseLookup(h);
- if (host != null)
- buf.append(host);
+ Hash h = bd.getDestHash();
+ if (h != null) {
+ String host = _context.namingService().reverseLookup(h);
+ if (host != null)
+ buf.append(host);
+ }
buf.append(" | ");
int type = bd.getAuthType();
PrivateKey pk = bd.getAuthPrivKey();
diff --git a/apps/routerconsole/jsp/configkeyring.jsp b/apps/routerconsole/jsp/configkeyring.jsp
index 3f306384e1..07e8dcf0f1 100644
--- a/apps/routerconsole/jsp/configkeyring.jsp
+++ b/apps/routerconsole/jsp/configkeyring.jsp
@@ -52,9 +52,9 @@
<%=intl._t("Blinded with shared key")%>
-
-
|