diff options
Diffstat (limited to 'src/openvpn/otime.h')
-rw-r--r-- | src/openvpn/otime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openvpn/otime.h b/src/openvpn/otime.h index a6f7ec2..78d20ba 100644 --- a/src/openvpn/otime.h +++ b/src/openvpn/otime.h @@ -84,6 +84,7 @@ update_time(void) openvpn_gettimeofday(&tv, NULL); #else update_now(time(NULL)); + now_usec = 0; #endif } |