(krb5_get_init_creds_password): return KRB5_LIBOS_PWDINTR when interrupted
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6970 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -418,7 +418,7 @@ krb5_get_init_creds_password(krb5_context context,
|
|||||||
free (prompt.prompt);
|
free (prompt.prompt);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
memset (buf, 0, sizeof(buf));
|
memset (buf, 0, sizeof(buf));
|
||||||
ret = KRB5KDC_ERR_NONE;
|
ret = KRB5_LIBOS_PWDINTR;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
password = password_data.data;
|
password = password_data.data;
|
||||||
|
Reference in New Issue
Block a user