diff options
author | Günther Deschner <gd@samba.org> | 2009-11-06 14:46:35 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-11-06 15:01:39 +0100 |
commit | 11687e84e39291e9a0309d5df6dd088f71491593 (patch) | |
tree | f3e08ca11a89257388894cdc172928b8b61b1eb9 /source3/libads | |
parent | 53d49bb7284a2d7281ad0ede20c37a6bd6d1794d (diff) | |
download | samba-11687e84e39291e9a0309d5df6dd088f71491593.tar.gz samba-11687e84e39291e9a0309d5df6dd088f71491593.tar.bz2 samba-11687e84e39291e9a0309d5df6dd088f71491593.zip |
s3-kerberos: let smb_krb5_get_tkt_from_creds() compile with older heimdal libs.
Guenther
Diffstat (limited to 'source3/libads')
-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); } |