aboutsummaryrefslogtreecommitdiffstats
path: root/util/datamanager.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2012-12-16 14:36:44 +0100
committerKim Alvefur <zash@zash.se>2012-12-16 14:36:44 +0100
commitffe6907cab680f6682eb3f2c184df35f6140937b (patch)
treed7bc37853c9ea6ff217374d39cba9154b802ef0d /util/datamanager.lua
parentaa8855f3c7d1a2e4506b66294f22a2dab5662258 (diff)
parent17bfb654dfe761450695a914b34f05b6716bd85f (diff)
downloadprosody-ffe6907cab680f6682eb3f2c184df35f6140937b.tar.gz
prosody-ffe6907cab680f6682eb3f2c184df35f6140937b.zip
Merge 0.9->trunk
Diffstat (limited to 'util/datamanager.lua')
-rw-r--r--util/datamanager.lua2
1 files changed, 1 insertions, 1 deletions
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