diff options
Diffstat (limited to 'defs.h')
| -rw-r--r-- | defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
