fix in ftp client

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7505 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 14 years ago
parent 09a98a6ae4
commit 91eeaf2cff

@ -2066,7 +2066,7 @@ public class FTPClient {
// save ip address in high byte order
// byte[] Bytes = LocalIp.getAddress();
final byte[] b = Domains.myPublicLocalIP().getHostAddress().getBytes();
final byte[] b = Domains.myPublicLocalIP().getAddress();
// bytes greater than 127 should not be printed as negative
final short[] s = new short[4];

Loading…
Cancel
Save