(get_new_cache): don't abort when interrupted from password prompt

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6113 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-05-04 01:24:09 +00:00
parent 0d8d204f88
commit 7089d31618

View File

@@ -167,7 +167,6 @@ get_new_cache(krb5_context context,
case 0:
break;
case KRB5KDC_ERR_NONE: /* XXX hack in krb5_get_init_creds_password */
abort();
case KRB5KRB_AP_ERR_BAD_INTEGRITY:
case KRB5KRB_AP_ERR_MODIFIED:
return KADM5_BAD_PASSWORD;