mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r19291: this should fix the build on heimdal systems
metze (This used to be commit 785ab128c4d630819f141ede8bcf5fc0c705aebb)
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
|
use_ads=no
|
||||||
fi
|
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
|
then
|
||||||
AC_MSG_WARN(no KRB5_AP_REQ_DECODING_FUNCTION detected)
|
AC_MSG_WARN(no KRB5_AP_REQ_DECODING_FUNCTION detected)
|
||||||
use_ads=no
|
use_ads=no
|
||||||
|
@ -955,7 +955,6 @@ out:
|
|||||||
*kvno = get_kvno_from_ap_req(&ap_req);
|
*kvno = get_kvno_from_ap_req(&ap_req);
|
||||||
*enctype = get_enctype_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);
|
free_AP_REQ(ap_req);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user