1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00

r1407: revert change that broke the build on systems w/o krb5 files

This commit is contained in:
Gerald Carter
2004-07-08 18:14:07 +00:00
committed by Gerald (Jerry) Carter
parent 837f56ec8b
commit 89a11b5d7c
2 changed files with 2 additions and 2 deletions

View File

@@ -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);