Diff

plugins/mod_storage_none.lua @ 8065:36d9c1226fbc

Merge 0.10->trunk
author Kim Alvefur <zash@zash.se>
date Sat, 08 Apr 2017 00:48:15 +0200
parent 8061:ef671d337577
line wrap: on
line diff
--- a/plugins/mod_storage_none.lua	Tue Apr 04 01:41:09 2017 +0200
+++ b/plugins/mod_storage_none.lua	Sat Apr 08 00:48:15 2017 +0200
@@ -33,4 +33,8 @@
 	return function () end, 0;
 end
 
+function driver:delete()
+	return true;
+end
+
 module:provides("storage", driver);