mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
r13598: Defining KRB5KRB_ERR_RESPONSE_TOO_BIG if not defined which is the case
for older krb5 implementations. Patch slightly modified from the version provided by Björn Jacke <bjoern at j3e dot de> at the samba-technical list after discussion on the list and by IRC. Thanks Björn! (This used to be commit 49e6431c06c70088907c31e2da1ec83a09377015)
This commit is contained in:
parent
3c892fdf4f
commit
8176d4c9fe
@ -1453,6 +1453,10 @@ time_t timegm(struct tm *tm);
|
|||||||
|
|
||||||
#if defined(HAVE_KRB5)
|
#if defined(HAVE_KRB5)
|
||||||
|
|
||||||
|
#ifndef KRB5KRB_ERR_RESPONSE_TOO_BIG
|
||||||
|
#define KRB5KRB_ERR_RESPONSE_TOO_BIG (-1765328332L)
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_KRB5_SET_REAL_TIME
|
#ifndef HAVE_KRB5_SET_REAL_TIME
|
||||||
krb5_error_code krb5_set_real_time(krb5_context context, int32_t seconds, int32_t microseconds);
|
krb5_error_code krb5_set_real_time(krb5_context context, int32_t seconds, int32_t microseconds);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user