mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
parent
20e1f5e1d9
commit
c64df4d746
@ -274,7 +274,7 @@ int create_kerberos_key_from_string(krb5_context context,
|
||||
|
||||
void kerberos_free_data_contents(krb5_context context, krb5_data *pdata)
|
||||
{
|
||||
#if !defined(HAVE_KRB5_FREE_DATA_CONTENTS)
|
||||
#if defined(HAVE_KRB5_FREE_DATA_CONTENTS)
|
||||
if (pdata->data) {
|
||||
krb5_free_data_contents(context, pdata);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user