From 6369396f3b6e87ee8322b7bae9d2901e1a2fa37d Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 8 Dec 2010 14:43:46 +0100 Subject: Fix build issue with older Kerberos library --- src/providers/krb5/krb5_child.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/providers/krb5/krb5_child.c') diff --git a/src/providers/krb5/krb5_child.c b/src/providers/krb5/krb5_child.c index 44853e76d..b973c1345 100644 --- a/src/providers/krb5/krb5_child.c +++ b/src/providers/krb5/krb5_child.c @@ -1528,8 +1528,8 @@ static int krb5_child_setup(struct krb5_req *kr, uint32_t offline) if (strcasecmp(use_fast_str, "demand") == 0) { kerr = sss_krb5_get_init_creds_opt_set_fast_flags(kr->ctx, - kr->options, - KRB5_FAST_REQUIRED); + kr->options, + SSS_KRB5_FAST_REQUIRED); if (kerr != 0) { DEBUG(1, ("sss_krb5_get_init_creds_opt_set_fast_flags " "failed.\n")); -- cgit