diff options
Diffstat (limited to 'source3/libads/authdata.c')
-rw-r--r-- | source3/libads/authdata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/authdata.c b/source3/libads/authdata.c index 98d418cf75..f287b16b9d 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); } |