summaryrefslogtreecommitdiff
path: root/src/core/cs_getpass.c
diff options
context:
space:
mode:
authorcertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-02-18 21:20:00 +0000
committercertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-02-18 21:20:00 +0000
commit36a29e1b172e9a9eea58af2f6474a797535fed09 (patch)
tree69cad6a5636babb119b44b0b232d4b242bf5d0e2 /src/core/cs_getpass.c
parent7df341a7d14f5a9c1020d99502f58aafff7e6f9e (diff)
BUILD : 1.7.13 (968) BUGS : NOTES : Fixed cs_getpass.c, thx to Trystan.
git-svn-id: svn://svn.anope.org/anope/trunk@968 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@693 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/cs_getpass.c')
-rw-r--r--src/core/cs_getpass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_getpass.c b/src/core/cs_getpass.c
index 403b21403..ef9ea3cbb 100644
--- a/src/core/cs_getpass.c
+++ b/src/core/cs_getpass.c
@@ -39,7 +39,7 @@ int AnopeInit(int argc, char **argv)
moduleSetChanHelp(myChanServHelp);
#ifdef USE_ENCRYPTION
-
+ return MOD_STOP;
#else
return MOD_CONT;
#endif