Skip to content

Commit

Permalink
Bug 1000858: Fix r_gettimeint on win32 which prevented us from sendin…
Browse files Browse the repository at this point in the history
…g TURN allocations r=ekr
  • Loading branch information
docfaraday committed Apr 24, 2014
1 parent 47380ca commit 0659acf
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,15 +177,9 @@ int r_int2timeval(UINT8 t,struct timeval *tv)

UINT8 r_gettimeint()
{

#ifdef WIN32
struct timeval tv = {0,0};

#else
struct timeval tv;

gettimeofday(&tv,0);
#endif

return r_timeval2int(&tv);
}
Expand Down

0 comments on commit 0659acf

Please sign in to comment.