Remove redundant IDNAToASCII

This commit is contained in:
Florian Zeitz 2013-01-09 19:32:57 +01:00
parent 178627a652
commit 089f994131
2 changed files with 2 additions and 1 deletions

View file

@ -345,7 +345,7 @@
sock = [[OFTCPSocket alloc] init];
if (server)
[sock connectToHost: [self XMPP_IDNAToASCII: server]
[sock connectToHost: server
port: port];
else {
@try {