aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_storage_sql.lua
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2012-09-12 23:46:10 +0500
committerWaqas Hussain <waqas20@gmail.com>2012-09-12 23:46:10 +0500
commitdb36af380f35608bfabfaf65c9c0b5ad387317f6 (patch)
tree1b62712145e90a7f2188c78b0540c5a585c7f442 /plugins/mod_storage_sql.lua
parent66f46ff6ef421dca6831e5bf5e26997333b1188c (diff)
downloadprosody-db36af380f35608bfabfaf65c9c0b5ad387317f6.tar.gz
prosody-db36af380f35608bfabfaf65c9c0b5ad387317f6.zip
mod_storage_*: Don't explicitly set driver name, to ease copying/renaming modules.
Diffstat (limited to 'plugins/mod_storage_sql.lua')
-rw-r--r--plugins/mod_storage_sql.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_storage_sql.lua b/plugins/mod_storage_sql.lua
index f7c0da7c..ebc337bf 100644
--- a/plugins/mod_storage_sql.lua
+++ b/plugins/mod_storage_sql.lua
@@ -365,7 +365,7 @@ function list_store:scan(username, from, to, jid, typ)
return nil, "not-implemented"
end
-local driver = { name = "sql" };
+local driver = {};
function driver:open(store, typ)
if not typ then -- default key-value store