s3-libads Don't start a DEBUG with 'time'
authorAndrew Bartlett <abartlet@samba.org>
Tue, 26 Apr 2011 07:02:11 +0000 (17:02 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 27 Apr 2011 01:25:53 +0000 (11:25 +1000)
This strange requirement comes from our subunit test harness.

Andrew Bartlett

source3/libads/ldap.c

index 94af193af1cbb533d95f437b12e6d39c91955467..d65e53ee19784fe807015c8caeaca464525a4c9f 100644 (file)
@@ -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);