Call disconnect in sub _LDAPGKFAS (#991)

This commit is contained in:
Clément Oudot 2016-04-19 17:02:18 +00:00
parent 2e795e8ed1
commit e54381178e

View File

@ -338,6 +338,7 @@ sub _LDAPGKFAS {
);
$ldap->unbind();
$ldap->disconnect();
Apache::Session::Store::LDAP->logError($msg) if ( $msg->code );