Skip to content

Commit

Permalink
Update Connection.php
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmorandi authored Sep 1, 2022
1 parent 0ed305c commit 4ab7e5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ public function close()
{
if (isset($this->resource) && $this->resource !== false) {
ldap_unbind($this->resource);
$this->resource = false;
}
return true;
}
Expand Down

0 comments on commit 4ab7e5a

Please sign in to comment.