]> git.ipfire.org Git - thirdparty/lldpd.git/commit
client: fix "update" command
authorVincent Bernat <vincent@bernat.im>
Thu, 6 Nov 2014 18:15:20 +0000 (19:15 +0100)
committerVincent Bernat <vincent@bernat.im>
Thu, 6 Nov 2014 18:15:20 +0000 (19:15 +0100)
commit63b4f1eede9edd930ec9fadff1e25abbb78ab33e
tree9c0c1f348fa0cb0ac8fbcf2a561449fc433c979a
parent20f10b8dd3a2d202cef4fe66778287ef1c017fc3
client: fix "update" command

Commit e4c51716848a639daf61eff3e96ad242af3e316b broke this command
because we were checking for `tx_hold` instead of `tx_interval`. Let's
fix that.
src/daemon/client.c