]> git.ipfire.org Git - thirdparty/lldpd.git/commit
ctl: don't use C99 designated initializer for structs to travel on a socket
authorVincent Bernat <vincent@bernat.im>
Wed, 20 May 2015 18:25:32 +0000 (20:25 +0200)
committerVincent Bernat <vincent@bernat.im>
Wed, 20 May 2015 18:25:32 +0000 (20:25 +0200)
commit38d74e8a04e11baf6808642187082d9b01f97b64
treeb984f021ec40cf498984d4e11572316c68aba1a4
parent389ac8bd97cd179f3356b7bc19bc0400e333d304
ctl: don't use C99 designated initializer for structs to travel on a socket

While this is harmless, we prefer to know that each byte is correctly
initialized to avoid Valgrind warnings.
src/ctl.c