mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r19291: this should fix the build on heimdal systems
metze
(This used to be commit 785ab128c4
)
This commit is contained in:
parent
99cf1bef10
commit
6ec00affb6
@ -3857,7 +3857,7 @@ if test x"$with_ads_support" != x"no"; then
|
||||
use_ads=no
|
||||
fi
|
||||
|
||||
if test x"$ac_cv_func_ext_decode_krb5_ap_req" != x"yes"
|
||||
if test x"$ac_cv_func_ext_krb5_decode_ap_req" != x"yes"
|
||||
then
|
||||
AC_MSG_WARN(no KRB5_AP_REQ_DECODING_FUNCTION detected)
|
||||
use_ads=no
|
||||
|
@ -955,7 +955,6 @@ out:
|
||||
*kvno = get_kvno_from_ap_req(&ap_req);
|
||||
*enctype = get_enctype_from_ap_req(&ap_req);
|
||||
|
||||
smb_krb5_free_ap_req(context, &ap_req);
|
||||
free_AP_REQ(ap_req);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user