diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-10-11 09:54:04 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-10-11 09:54:04 +0200 |
commit | 1d2d6e864dfd66397f277f32e7910e93058f674a (patch) | |
tree | 671f790c38096b8163d623f6406341d42809aab3 /apps | |
parent | 0a9a749174ab6e4f143a101b19a5dd0838a164cc (diff) | |
download | nextcloud-server-1d2d6e864dfd66397f277f32e7910e93058f674a.tar.gz nextcloud-server-1d2d6e864dfd66397f277f32e7910e93058f674a.zip |
Avoid double ldap_unbind in Wizard.php
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/lib/Wizard.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/Wizard.php b/apps/user_ldap/lib/Wizard.php index 78773985a1e..19de55c091d 100644 --- a/apps/user_ldap/lib/Wizard.php +++ b/apps/user_ldap/lib/Wizard.php @@ -1093,7 +1093,6 @@ class Wizard extends LDAPUtility { } if ($login === true) { - $this->ldap->unbind($cr); $this->logger->debug( 'Wiz: Bind successful to Port '. $port . ' TLS ' . (int)$tls, ['app' => 'user_ldap'] |