1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r23477: Build farm fix: Use int rather than MIT's krb5_int32 when setting context flags.

(This used to be commit 903145e957)
This commit is contained in:
Gerald Carter 2007-06-13 21:59:39 +00:00 committed by Gerald (Jerry) Carter
parent 274782432b
commit b4a39dc10e

View File

@ -325,7 +325,7 @@ NTSTATUS ads_verify_ticket(TALLOC_CTX *mem_ctx,
krb5_keyblock *keyblock = NULL;
time_t authtime;
krb5_error_code ret = 0;
krb5_int32 flags = 0;
int flags = 0;
krb5_principal host_princ = NULL;
krb5_const_principal client_principal = NULL;
char *host_princ_s = NULL;