mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s4: use GetTimeOfDay macro instead of gettimeofday
This commit is contained in:
parent
7eff519703
commit
f222387533
@ -115,7 +115,7 @@ static bool test_usermod(struct torture_context *tctx, struct dcerpc_pipe *p,
|
||||
|
||||
testfld = (random() % USER_FIELD_LAST) + 1;
|
||||
|
||||
gettimeofday(&now, NULL);
|
||||
GetTimeOfDay(&now);
|
||||
|
||||
switch (testfld) {
|
||||
case acct_name:
|
||||
|
Loading…
Reference in New Issue
Block a user