From 17bfb654dfe761450695a914b34f05b6716bd85f Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 16 Dec 2012 14:36:24 +0100 Subject: util.datamanager: Don't escape the name of a store --- util/datamanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/datamanager.lua b/util/datamanager.lua index b70ad931..383e738f 100644 --- a/util/datamanager.lua +++ b/util/datamanager.lua @@ -281,7 +281,7 @@ local type_map = { function users(host, store, typ) typ = type_map[typ or "keyval"]; - local store_dir = format("%s/%s/%s", data_path, encode(host), encode(store)); + local store_dir = format("%s/%s/%s", data_path, encode(host), store); local mode, err = lfs.attributes(store_dir, "mode"); if not mode then -- cgit v1.2.3