aboutsummaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
authorLucas Castro <lucas@gnuabordo.com.br>2024-01-11 12:07:59 -0300
committerLucas Castro <lucas@gnuabordo.com.br>2024-01-11 12:07:59 -0300
commit11c6082673831a4e7c07633394522a3a9cffeba0 (patch)
treee42650dfeafc8bc253377a689f84b34ae5948042 /defs.h
parentf07863bd15070279a38dad7caa3617b0aaf44e96 (diff)
New upstream version 1.0.8
Diffstat (limited to 'defs.h')
-rw-r--r--defs.h2
1 files changed, 1 insertions, 1 deletions
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