diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-06-30 19:32:16 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-06-30 19:32:16 +0000 |
commit | 8dc849d8deb7e285491526dfeea4d68900cdba50 (patch) | |
tree | 38b4f16291b4aab4692001bea6ebfe3d1733c0b9 /src/core/enc_none.c | |
parent | 8c82d3011226b6fad600322ad807b068d420dd86 (diff) |
No real need for another constant
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2347 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/enc_none.c')
-rw-r--r-- | src/core/enc_none.c | 2 |
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) |