handle strange case

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2029 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-07 10:23:36 +00:00
parent e9181350b0
commit 25710ecb31

View File

@@ -203,5 +203,7 @@ krb5_get_credentials (krb5_context context,
return ret;
return krb5_cc_store_cred (context, ccache, *out_creds);
break;
default:
return KRB5KRB_AP_ERR_MSG_TYPE;
}
}