Skip to content

Commit 80158a8

Browse files
committed
Avoid double ldap_unbind in Wizard.php
Signed-off-by: Côme Chilliet <[email protected]>
1 parent 07defcf commit 80158a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/user_ldap/lib/Wizard.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,6 @@ private function connectAndBind($port, $tls) {
10931093
}
10941094

10951095
if ($login === true) {
1096-
$this->ldap->unbind($cr);
10971096
$this->logger->debug(
10981097
'Wiz: Bind successful to Port '. $port . ' TLS ' . (int)$tls,
10991098
['app' => 'user_ldap']

0 commit comments

Comments
 (0)