0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 12:18:42 +00:00

Timer: Adding missing initializer.

This commit is contained in:
Maria Matejka 2019-08-17 16:09:29 +02:00
parent d46a51041b
commit 8d66a2403e

View File

@ -255,7 +255,7 @@ timer_init(void)
btime
tm_parse_time(char *x)
{
struct tm tm;
struct tm tm = {};
int usec, n1, n2, n3, r;
r = sscanf(x, "%d-%d-%d%n %d:%d:%d%n.%d%n",