mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r23651: Always, always, always compile before commit...
Guenther
This commit is contained in:
parent
b9d7a2962a
commit
accb40446a
@ -550,7 +550,7 @@ int ads_keytab_create_default(ADS_STRUCT *ads)
|
||||
ret = smb_krb5_open_keytab(context, NULL, True, &keytab);
|
||||
if (ret) {
|
||||
DEBUG(1,("ads_keytab_create_default: smb_krb5_open_keytab failed (%s)\n", error_message(ret)));
|
||||
goto out;
|
||||
goto done;
|
||||
}
|
||||
|
||||
ret = krb5_kt_start_seq_get(context, keytab, &cursor);
|
||||
|
@ -954,7 +954,7 @@ get_key_from_keytab(krb5_context context,
|
||||
ret = smb_krb5_open_keytab(context, NULL, False, &keytab);
|
||||
if (ret) {
|
||||
DEBUG(1,("get_key_from_keytab: smb_krb5_open_keytab failed (%s)\n", error_message(ret)));
|
||||
goto out;
|
||||
return ret;
|
||||
}
|
||||
|
||||
if ( DEBUGLEVEL >= 10 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user