summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/XFSCrypter.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/internal/XFSCrypter.py')
-rw-r--r--module/plugins/internal/XFSCrypter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/XFSCrypter.py b/module/plugins/internal/XFSCrypter.py
index 5a126707b..2e491050b 100644
--- a/module/plugins/internal/XFSCrypter.py
+++ b/module/plugins/internal/XFSCrypter.py
@@ -8,7 +8,7 @@ class XFSCrypter(SimpleCrypter):
__type__ = "crypter"
__version__ = "0.03"
- __pattern__ = None
+ __pattern__ = r'^unmatchable$'
__description__ = """XFileSharing decrypter plugin"""
__license__ = "GPLv3"