From 806eef63ba6ee9681f89accea262a0c2fa3c8038 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 26 Apr 2011 17:02:11 +1000 Subject: s3-libads Don't start a DEBUG with 'time' This strange requirement comes from our subunit test harness. Andrew Bartlett --- source3/libads/ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libads/ldap.c') diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index 94af193af1..d65e53ee19 100644 --- a/source3/libads/ldap.c +++ b/source3/libads/ldap.c @@ -2842,7 +2842,7 @@ ADS_STATUS ads_current_time(ADS_STRUCT *ads) if (ads->config.current_time != 0) { ads->auth.time_offset = ads->config.current_time - time(NULL); - DEBUG(4,("time offset is %d seconds\n", ads->auth.time_offset)); + DEBUG(4,("KDC time offset is %d seconds\n", ads->auth.time_offset)); } ads_msgfree(ads, res); -- cgit