Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Norbert Klasen
JLDAP
Commits
914805ef
Commit
914805ef
authored
Nov 22, 2005
by
Jon Roberts
Browse files
Simple fix for ITS#3991
parent
61e31086
Changes
1
Hide whitespace changes
Inline
Side-by-side
com/novell/ldap/connectionpool/SharedConnections.java
View file @
914805ef
...
...
@@ -100,7 +100,7 @@ class SharedConnections extends ArrayList
*/
public
boolean
DNPWequals
(
String
DN
,
byte
[]
PW
)
{
return
(
equals
(
this
.
DN
,
DN
)
&
equals
(
this
.
PW
,
PW
));
return
(
equals
(
this
.
DN
,
DN
)
&
&
equals
(
this
.
PW
,
PW
));
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment