From 1d40d4364d50a42bff270cc49cda4f2943672509 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Lanzend=C3=B6rfer?= <leviathan@libresilicon.com>
Date: Thu, 3 Aug 2023 13:28:08 +0000
Subject: [PATCH] Update file LDAP3.php

---
 lib/Net/LDAP3.php | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lib/Net/LDAP3.php b/lib/Net/LDAP3.php
index 815eeac..642d0e8 100644
--- a/lib/Net/LDAP3.php
+++ b/lib/Net/LDAP3.php
@@ -123,16 +123,15 @@ class Net_LDAP3
     protected $_current_host;
     protected $_metadata;
     protected $_vlv_indexes_and_searches;
-    protected $values = array();
 
     public function __get( $key )
     {
-        return $this->values[ $key ];
+        return $this->config[ $key ];
     }
 
     public function __set( $key, $value )
     {
-        $this->values[ $key ] = $value;
+        $this->config[ $key ] = $value;
     }
 
     /**
-- 
GitLab