1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00
Rusty Russell 56e72337b0 lib/util/time.c: timeval_current_ofs_msec
Several places want "milliseconds from current time", and several were
simply doing "msec * 1000" which can (and does in one place) result in
a usec value over 1 a million.

Using a helper to do this is safer and more readable.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2011-06-01 10:38:47 +02:00
..
2011-05-29 14:39:11 +02:00
2011-05-22 22:17:12 +02:00
2011-05-23 16:54:21 +02:00
2011-05-19 17:31:30 +02:00
2011-05-19 17:31:30 +02:00
2011-05-19 17:31:30 +02:00
2011-05-19 17:31:30 +02:00
2011-05-19 17:31:30 +02:00
2011-05-21 23:31:12 +02:00
2011-05-19 17:31:30 +02:00
2011-01-12 11:12:56 +01:00
2011-05-14 18:57:57 +02:00
2011-05-05 23:56:07 +02:00
2011-05-05 23:56:07 +02:00
2011-05-29 22:25:55 +02:00
2011-05-19 13:46:47 +02:00
2011-05-19 13:46:47 +02:00
2010-12-31 10:58:31 +01:00
2011-05-28 16:57:24 +02:00