summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.h
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2010-09-10 21:36:20 +0200
committerBjörn Jacke <bj@sernet.de>2010-09-10 23:10:26 +0200
commit306465a5a4571cabe5c1c61224873471910b94b6 (patch)
treede94087a2d67cb7064b971940bf532cba992c7c4 /source3/winbindd/winbindd.h
parente2de1b8e717f94944006f3478a133f256cef50de (diff)
downloadsamba-306465a5a4571cabe5c1c61224873471910b94b6.tar.gz
samba-306465a5a4571cabe5c1c61224873471910b94b6.tar.bz2
samba-306465a5a4571cabe5c1c61224873471910b94b6.zip
s3/winbind: use mono time for startup timeout check
Diffstat (limited to 'source3/winbindd/winbindd.h')
-rw-r--r--source3/winbindd/winbindd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h
index d7a53e2d66..1ba24b5d0a 100644
--- a/source3/winbindd/winbindd.h
+++ b/source3/winbindd/winbindd.h
@@ -157,7 +157,7 @@ struct winbindd_domain {
bool primary; /* is this our primary domain ? */
bool internal; /* BUILTIN and member SAM */
bool online; /* is this domain available ? */
- time_t startup_time; /* When we set "startup" true. */
+ time_t startup_time; /* When we set "startup" true. monotonic clock */
bool startup; /* are we in the first 30 seconds after startup_time ? */
bool can_do_samlogon_ex; /* Due to the lack of finer control what type