1
0
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:
Björn Jacke 2010-08-31 11:30:17 +02:00
parent 7eff519703
commit f222387533

View File

@ -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: