diff options
author | Björn Jacke <bj@sernet.de> | 2010-09-10 21:36:20 +0200 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2010-09-10 23:10:26 +0200 |
commit | 306465a5a4571cabe5c1c61224873471910b94b6 (patch) | |
tree | de94087a2d67cb7064b971940bf532cba992c7c4 /source3/winbindd/winbindd.h | |
parent | e2de1b8e717f94944006f3478a133f256cef50de (diff) | |
download | samba-306465a5a4571cabe5c1c61224873471910b94b6.tar.gz samba-306465a5a4571cabe5c1c61224873471910b94b6.tar.xz 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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h index d7a53e2d664..1ba24b5d0a6 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 |