summaryrefslogtreecommitdiff
path: root/server/bdump.c
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-04-30 17:08:38 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-04-30 17:08:38 +0000
commit71115288fd46ed53af54805b7a8d718029ca9455 (patch)
tree118e7d2fe104680680e4371ba033fe61ae9363aa /server/bdump.c
parentaab602b420a61bc5d8c7b06da7f50b0561a32cc9 (diff)
fix some conditional-compilation issues that trip -Wunreachable-code
Diffstat (limited to 'server/bdump.c')
-rw-r--r--server/bdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bdump.c b/server/bdump.c
index ad9fef6..b3624be 100644
--- a/server/bdump.c
+++ b/server/bdump.c
@@ -1697,7 +1697,7 @@ static int des_service_decrypt(unsigned char *in, unsigned char *out) {
#endif
#else
des_ecb_encrypt((C_Block *)in, (C_Block *)out, serv_ksched.s, DES_DECRYPT);
-#endif
return 0; /* sigh */
+#endif
}
#endif