A minor update
git-svn-id: svn://10.0.0.236/trunk@91137 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ac66a4b576
commit
70e4886ec2
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user