From 11687e84e39291e9a0309d5df6dd088f71491593 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 6 Nov 2009 14:46:35 +0100 Subject: [PATCH] s3-kerberos: let smb_krb5_get_tkt_from_creds() compile with older heimdal libs. Guenther --- source3/libads/authdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/libads/authdata.c b/source3/libads/authdata.c index 98d418cf75e..f287b16b9d0 100644 --- a/source3/libads/authdata.c +++ b/source3/libads/authdata.c @@ -366,7 +366,7 @@ static krb5_error_code smb_krb5_get_tkt_from_creds(krb5_creds *creds, if (!context) { return ret; } - krb5_free_data_contents(context, &outbuf); + kerberos_free_data_contents(context, &outbuf); if (auth_context) { krb5_auth_con_free(context, auth_context); } -- 2.34.1