This commit is contained in:
miodrag%netscape.com 2001-04-03 13:13:52 +00:00
Родитель 9e334ecc48
Коммит 74c18a7fc4
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -2114,7 +2114,7 @@ public class LDAPConnection
// cleanup required for referral connections
while (results.hasMoreElements()) {
; // do nothing
results.nextElement();
}
return entry;
@ -2196,7 +2196,6 @@ public class LDAPConnection
throw new LDAPException("No socket factory for LDAPUrl",
LDAPException.OTHER);
}
System.err.println(factory);
connection.setSocketFactory(factory);
}
connection.connect (host, port);