]> git.ipfire.org Git - thirdparty/samba.git/commit
python:tests: Do not have current_time() and current_nt_time() implicitly include...
authorJo Sutton <josutton@catalyst.net.nz>
Mon, 4 Mar 2024 00:38:10 +0000 (13:38 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 21 Mar 2024 03:12:33 +0000 (03:12 +0000)
commit0bc8d1469b89ddf4b3f6cd07e0941137e05dff9d
tree5a9e205d45532aea5c412d5a32db49d70dcabc5d
parent96ac8144b4311516bd4acf9be95a86b574f359f4
python:tests: Do not have current_time() and current_nt_time() implicitly include clock skew

This is just too error‐prone.

current_gkid() will still continue to return the next GKID if it’s
within clock skew.

Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/gkdi.py