зеркало из https://github.com/mozilla/gecko-dev.git
A minor update
This commit is contained in:
Родитель
9e334ecc48
Коммит
74c18a7fc4
|
@ -2114,7 +2114,7 @@ public class LDAPConnection
|
||||||
|
|
||||||
// cleanup required for referral connections
|
// cleanup required for referral connections
|
||||||
while (results.hasMoreElements()) {
|
while (results.hasMoreElements()) {
|
||||||
; // do nothing
|
results.nextElement();
|
||||||
}
|
}
|
||||||
|
|
||||||
return entry;
|
return entry;
|
||||||
|
@ -2196,7 +2196,6 @@ public class LDAPConnection
|
||||||
throw new LDAPException("No socket factory for LDAPUrl",
|
throw new LDAPException("No socket factory for LDAPUrl",
|
||||||
LDAPException.OTHER);
|
LDAPException.OTHER);
|
||||||
}
|
}
|
||||||
System.err.println(factory);
|
|
||||||
connection.setSocketFactory(factory);
|
connection.setSocketFactory(factory);
|
||||||
}
|
}
|
||||||
connection.connect (host, port);
|
connection.connect (host, port);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче