1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r3407: Fix the build

(This used to be commit b144ce557f)
This commit is contained in:
Volker Lendecke 2004-10-31 11:20:07 +00:00 committed by Gerald (Jerry) Carter
parent 20e1f5e1d9
commit c64df4d746

View File

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