mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-07-20 17:51:25 +00:00
Console: Fix NPE on netdb LS debug tab rendering encrypted LS
This commit is contained in:
@@ -954,7 +954,7 @@ class NetDbRenderer {
|
||||
buf.append(" <b>RAR?</b> ").append(ls.getReceivedAsReply());
|
||||
buf.append(" <b>Distance: </b>").append(distance);
|
||||
buf.append(" <b>").append(_t("Type")).append(": </b>").append(type);
|
||||
if (dest.isCompressible()) {
|
||||
if (dest != null && dest.isCompressible()) {
|
||||
buf.append(" <b>Compressible?</b> true");
|
||||
}
|
||||
if (type != DatabaseEntry.KEY_TYPE_LEASESET) {
|
||||
|
||||
Reference in New Issue
Block a user