SAM prep for b33

This commit is contained in:
zzz
2019-03-31 12:20:13 +00:00
parent 908bf26151
commit d3170de74a

View File

@@ -171,7 +171,7 @@ class SAMUtils {
String msg;
if (s.length() >= 516)
msg = "Bad Base64 dest: ";
else if (s.length() == 60 && s.endsWith(".b32.i2p"))
else if (s.length() >= 60 && s.endsWith(".b32.i2p"))
msg = "Lease set not found: ";
else
msg = "Host name not found: ";