# HG changeset patch # User Paul Boddie # Date 1394145267 -3600 # Node ID b01a1de2111cf31fffd7b66aa9cbc7be4f767e21 # Parent 0ecef3a4bfd72cfd43bb36f5033e49dbae8e26d4 Removed superfluous patch. diff -r 0ecef3a4bfd7 -r b01a1de2111c debian/patches/auth-ldap.diff --- a/debian/patches/auth-ldap.diff Sat Feb 22 21:02:17 2014 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ ---- a/lib/Auth/LDAP.php -+++ b/lib/Auth/LDAP.php -@@ -1622,7 +1622,7 @@ - public function get_cache_data($key) - { - if ($cache = $this->get_cache()) { -- return $cache->get($ckey); -+ return $cache->get($key); - } - } - -@@ -1638,8 +1638,8 @@ - public function set_cache_data($key, $data, $ttl = 3600) - { - if ($cache = $this->get_cache()) { -- if (!$cache->replace($ckey, $data, MEMCACHE_COMPRESSED, $ttl)) { -- return $cache->set($ckey, $data, MEMCACHE_COMPRESSED, $ttl); -+ if (!$cache->replace($key, $data, MEMCACHE_COMPRESSED, $ttl)) { -+ return $cache->set($key, $data, MEMCACHE_COMPRESSED, $ttl); - } - else { - return true; diff -r 0ecef3a4bfd7 -r b01a1de2111c debian/patches/series --- a/debian/patches/series Sat Feb 22 21:02:17 2014 +0100 +++ b/debian/patches/series Thu Mar 06 23:34:27 2014 +0100 @@ -1,1 +0,0 @@ -auth-ldap.diff