catch error code
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24860 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -110,6 +110,8 @@ add_padata(krb5_context context,
|
|||||||
if(salt == NULL) {
|
if(salt == NULL) {
|
||||||
/* default to standard salt */
|
/* default to standard salt */
|
||||||
ret = krb5_get_pw_salt (context, client, &salt2);
|
ret = krb5_get_pw_salt (context, client, &salt2);
|
||||||
|
if (ret)
|
||||||
|
return ret;
|
||||||
salt = &salt2;
|
salt = &salt2;
|
||||||
}
|
}
|
||||||
if (!enctypes) {
|
if (!enctypes) {
|
||||||
|
Reference in New Issue
Block a user