summaryrefslogtreecommitdiffstats
path: root/proxy/src/mechglue/gpp_acquire_cred.c
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/src/mechglue/gpp_acquire_cred.c')
-rw-r--r--proxy/src/mechglue/gpp_acquire_cred.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/proxy/src/mechglue/gpp_acquire_cred.c b/proxy/src/mechglue/gpp_acquire_cred.c
index 43eca8c..a3290dd 100644
--- a/proxy/src/mechglue/gpp_acquire_cred.c
+++ b/proxy/src/mechglue/gpp_acquire_cred.c
@@ -317,9 +317,8 @@ OM_uint32 gssi_acquire_cred_with_password(OM_uint32 *minor_status,
case GPP_REMOTE_ONLY:
/* FIXME: not currently available */
- return GSS_S_UNAVAILABLE;
- break;
+ /* fall through for now */
default:
maj = GSS_S_FAILURE;