]> git.ipfire.org Git - thirdparty/lldpd.git/commit
lib: silent a warning about uninitialized value
authorVincent Bernat <vincent@bernat.im>
Mon, 1 Dec 2014 22:32:40 +0000 (23:32 +0100)
committerVincent Bernat <vincent@bernat.im>
Mon, 1 Dec 2014 22:32:40 +0000 (23:32 +0100)
commit4bfe49e965c5bce3ba4b973c19edc6c7485ac07e
treee166ac8554826c1126919b10b5cee962a76b1817
parentfa1f3624463dddc0c29e139a5b59ce5ca9f40b1a
lib: silent a warning about uninitialized value

This is a false positive as the value was guarded by another
value. Nevertheless, let's please the compiler.
src/lib/atom.c