From a4676d0e2e75ebcadfb2c947f7a1fa39b8aea246 Mon Sep 17 00:00:00 2001 From: Lucas Castro Date: Thu, 11 Jan 2024 12:07:59 -0300 Subject: New upstream version 1.0.8 --- defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'defs.h') diff --git a/defs.h b/defs.h index 945dc56..3986aa3 100644 --- a/defs.h +++ b/defs.h @@ -22,7 +22,7 @@ License: GPLv2 #define min(x, y) ((x)<(y) ? (x) : (y)) -#define PLUGIN_EXPORT_DIR "/var/lib/lsm" +#define PLUGIN_EXPORT_DIR "/var/lib/foolsm" #endif -- cgit v1.2.3