forked from I2P_Developers/i2p.i2p
SAM prep for b33
This commit is contained in:
@@ -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: ";
|
||||
|
||||
Reference in New Issue
Block a user