]> git.puffer.fish Git - matthieu/frr.git/commit
isisd: replace gmtime with gmtime_r
authorMark Stapp <mjs@labn.net>
Mon, 10 Jul 2023 21:06:17 +0000 (17:06 -0400)
committerMark Stapp <mjs@labn.net>
Mon, 10 Jul 2023 21:06:17 +0000 (17:06 -0400)
commit6bbf00fc453d3882c3fac8cd7ac82df62f207f27
tree64975e9f1653a006a5b1a302496013f3fa0a77fe
parentb35dbae2c20f9708ba092e27c1d7f5ddd873be30
isisd: replace gmtime with gmtime_r

No gmtime() allowed - use gmtime_r()

Signed-off-by: Mark Stapp <mjs@labn.net>
isisd/isis_misc.c