]> git.ipfire.org Git - thirdparty/lldpd.git/commit
lib: fix warning about uninitialized variable 1.0.19
authorVincent Bernat <vincent@bernat.ch>
Sat, 11 Jan 2025 11:44:40 +0000 (12:44 +0100)
committerVincent Bernat <vincent@bernat.ch>
Sat, 11 Jan 2025 11:44:40 +0000 (12:44 +0100)
commit84a8ecf0542095469077e17f3ecb976d9db88f74
tree5f1db9226ae1059f21532f673cc938637a9646c2
parent86859e3d8745a153180c985b4c694de32fd9e05b
lib: fix warning about uninitialized variable

This is not really the case, but older compilers may not be able to
detect there is no branch when this variable is uninitialized.
src/lib/connection.c