]> git.puffer.fish Git - matthieu/frr.git/commit
lib,zebra: avoid use of ctime in monotime api
authorMark Stapp <mjs@voltanet.io>
Wed, 10 Jul 2019 14:16:59 +0000 (10:16 -0400)
committerMark Stapp <mjs@voltanet.io>
Wed, 10 Jul 2019 14:16:59 +0000 (10:16 -0400)
commitc9049b920fc1ee2965f43f12816dfd1c5991fbe2
tree51e5948d9dde774691abb58a7472a5574bf97637
parente712856d8ebb94605944adf91a31e4cb1095fc84
lib,zebra: avoid use of ctime in monotime api

Replace a call to ctime with ctime_r in the monotime module;
update the callers of the monotime api.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
lib/monotime.h
zebra/zebra_vxlan.c