From b806502cdb0c07b1c5a14f94455bd383d9b3ec97 Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@owncloud.com>
Date: Tue, 2 Jun 2015 21:46:57 +0200
Subject: [PATCH] Properly quote memcache.locking

---
 config/config.sample.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config.sample.php b/config/config.sample.php
index 23a27fa3ec0..566812444da 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1043,7 +1043,7 @@ $CONFIG = array(
  * Memory caching backend for file locking
  * Because most memcache backends can clean values without warning using redis is recommended
  */
-'memcache.locking' => '\OC\Memcache\Redis',
+'memcache.locking' => '\\OC\\Memcache\\Redis',
 
 /**
  * This entry is just here to show a warning in case somebody copied the sample
-- 
GitLab