瀏覽代碼

Merge pull request #6755 from jamienoss/issue12740-reg-from-12728-5.2.0

HPCC-12740 Regression from HPCC-12728

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 10 年之前
父節點
當前提交
52ddfc95b4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/memcached/memcachedplugin.cpp

+ 1 - 1
plugins/memcached/memcachedplugin.cpp

@@ -326,7 +326,7 @@ MemCachedPlugin::MCached::MCached(ICodeContext * ctx, const char * _options)
         throw;
         throw;
     }
     }
 #else
 #else
-    pool = memcached_pool(_servers, strlen(_servers));
+    pool = memcached_pool(_options, strlen(_options));
 #endif
 #endif
     assertPool();
     assertPool();