From f1fd211e80732f66ca94604d8132d9f31dc5b717 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 20 Aug 2004 20:18:28 +0000 Subject: r1967: Fix a couple of krb5-DEBUG-messages. Guenther (This used to be commit 86a61c86a49a7e4d67e61201458c9b0229fb0825) --- source3/nsswitch/winbindd_ads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch/winbindd_ads.c') diff --git a/source3/nsswitch/winbindd_ads.c b/source3/nsswitch/winbindd_ads.c index 2d3a9e760cb..1392c96fb1e 100644 --- a/source3/nsswitch/winbindd_ads.c +++ b/source3/nsswitch/winbindd_ads.c @@ -44,7 +44,7 @@ static ADS_STRUCT *ads_cached_connection(struct winbindd_domain *domain) /* check for a valid structure */ - DEBUG(7, ("Current tickets expire at %d\n, time is now %d\n", + DEBUG(7, ("Current tickets expire at %d, time is now %d\n", (uint32) ads->auth.expire, (uint32) time(NULL))); if ( ads->config.realm && (ads->auth.expire > time(NULL))) { return ads; -- cgit