diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-26 17:02:11 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-04-27 11:25:53 +1000 |
commit | 806eef63ba6ee9681f89accea262a0c2fa3c8038 (patch) | |
tree | b09378706db4706886772ef840df0f3d8e17de49 /source3/libads | |
parent | 2a9a9454e8dc27e2da49bd513c1f8b3bad76bd25 (diff) | |
download | samba-806eef63ba6ee9681f89accea262a0c2fa3c8038.tar.gz samba-806eef63ba6ee9681f89accea262a0c2fa3c8038.tar.bz2 samba-806eef63ba6ee9681f89accea262a0c2fa3c8038.zip |
s3-libads Don't start a DEBUG with 'time'
This strange requirement comes from our subunit test harness.
Andrew Bartlett
Diffstat (limited to 'source3/libads')
-rw-r--r-- | source3/libads/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |