summaryrefslogtreecommitdiff
path: root/src/core/enc_none.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/enc_none.c')
-rw-r--r--src/core/enc_none.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/enc_none.c b/src/core/enc_none.c
index faebe3641..25f2fe216 100644
--- a/src/core/enc_none.c
+++ b/src/core/enc_none.c
@@ -34,7 +34,7 @@ class ENone : public Module
dest[len] = '\0';
return EVENT_STOP;
}
- return EVENT_ERROR;
+ return EVENT_STOP;
}
EventReturn OnEncryptInPlace(char *buf, int size)