From 668e28b80e47876bf32ac49abcb1e8f5e0c2cef0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 1 May 2010 14:51:15 +0200 Subject: s3: Unify DEBUG_KRB5_TKT_REGAIN and DEBUG_KRB5_TKT_RENEWAL I don't think it makes sense to #ifdef this one case separately. Metze, Bo Yang, please check! --- source3/winbindd/winbindd_cred_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/winbindd_cred_cache.c b/source3/winbindd/winbindd_cred_cache.c index 848a4726f8..9201372b14 100644 --- a/source3/winbindd/winbindd_cred_cache.c +++ b/source3/winbindd/winbindd_cred_cache.c @@ -359,7 +359,7 @@ static void krb5_ticket_gain_handler(struct event_context *event_ctx, retry_later: -#if defined(DEBUG_KRB5_TKT_REGAIN) +#if defined(DEBUG_KRB5_TKT_RENEWAL) t = timeval_set(time(NULL) + 30, 0); #else t = timeval_current_ofs(MAX(30, lp_winbind_cache_time()), 0); -- cgit