mirror of
https://github.com/samba-team/samba.git
synced 2025-12-03 04:23:50 +03:00
r1407: revert change that broke the build on systems w/o krb5 files
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
837f56ec8b
commit
89a11b5d7c
@@ -475,7 +475,7 @@ failed:
|
||||
}
|
||||
#endif
|
||||
|
||||
krb5_error_code smb_krb5_kt_free_entry(krb5_context context, krb5_keytab_entry *kt_entry)
|
||||
krb5_error_code smb_krb5_kt_free_entry(krb5_context context, krb5_keytab_entry *kt_entry)
|
||||
{
|
||||
#if defined(HAVE_KRB5_KT_FREE_ENTRY)
|
||||
return krb5_kt_free_entry(context, kt_entry);
|
||||
|
||||
@@ -132,7 +132,7 @@ END {
|
||||
gotstart = 1;
|
||||
}
|
||||
|
||||
if( $0 ~ /^WINBINDD_PW|^WINBINDD_GR|^NT_PRINTER_INFO_LEVEL_2|^LOGIN_CACHE|^krb5_error_code|^LDAP|^krb5_error_code/ ) {
|
||||
if( $0 ~ /^WINBINDD_PW|^WINBINDD_GR|^NT_PRINTER_INFO_LEVEL_2|^LOGIN_CACHE|^krb5_error_code|^LDAP/ ) {
|
||||
gotstart = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user