lldp: replace if with assert_cc
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 7 Apr 2016 18:29:07 +0000 (14:29 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 7 Apr 2016 18:29:59 +0000 (14:29 -0400)
commitc8cf4dc1e52335eb67823c3c4fa066578e016608
treede467cd448c59f6dac015fdfaf8ad8accc3a7a34
parent56815242acd94baa90992b45fa646abd6c436be8
lldp: replace if with assert_cc

LLDP_TX_HOLD or one of the other variables might be changed in the future
resulting in a silent error here if the if was just removed.

Replacement for #2983.
src/network/networkd-lldp-tx.c