mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
THRIFT-2023: gettimeofday implementation in Windows errors when no time
zone is passed in Client: cpp Patch: Ben Craig
This commit is contained in:
parent
452dd5b42b
commit
9df014012e
@ -88,7 +88,7 @@ int thrift_gettimeofday(struct timeval * tv, struct timezone * tz)
|
||||
}
|
||||
}
|
||||
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int thrift_sleep(unsigned int seconds)
|
||||
|
Loading…
Reference in New Issue
Block a user