summaryrefslogtreecommitdiff
path: root/lib/ZCkZAut.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 /lib/ZCkZAut.c
parentaab602b420a61bc5d8c7b06da7f50b0561a32cc9 (diff)
fix some conditional-compilation issues that trip -Wunreachable-code
Diffstat (limited to 'lib/ZCkZAut.c')
-rw-r--r--lib/ZCkZAut.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ZCkZAut.c b/lib/ZCkZAut.c
index eddb547..dac17e9 100644
--- a/lib/ZCkZAut.c
+++ b/lib/ZCkZAut.c
@@ -190,7 +190,7 @@ Code_t ZCheckZcodeAuthentication(ZNotice_t *notice,
return ZAUTH_YES;
else
return ZAUTH_FAILED;
-#endif /* HAVE_KRB5 */
-
+#else /* HAVE_KRB5 */
return (notice->z_auth ? ZAUTH_YES : ZAUTH_NO);
+#endif
}