]> git.proxmox.com Git - mirror_frr.git/commit
lib: fix bogus unlinkat() warning in zlog TLS exit
authorDavid Lamparter <equinox@diac24.net>
Mon, 19 Apr 2021 03:41:35 +0000 (05:41 +0200)
committerDavid Lamparter <equinox@diac24.net>
Mon, 19 Apr 2021 03:47:09 +0000 (05:47 +0200)
commit4b4935bbc238186b07c365ccd32751af9f02921c
treed729f85670f68bbfb0e5eeee531e0c492dd027b9
parent5be4799dc5f16049ecb7a681974e69a7cbe415b9
lib: fix bogus unlinkat() warning in zlog TLS exit

Only try to unlink the buffer if we actually set it up beforehand...

Signed-off-by: David Lamparter <equinox@diac24.net>
lib/zlog.c