commit | 4c7d7173baa9fe064349f5fe2e0bdcb367475499 | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@opensourcerouting.org> | Sat Aug 13 01:32:52 2016 +0200 |
committer | Paul Jakma <paul.jakma@hpe.com> | Tue Oct 04 13:07:55 2016 +0100 |
tree | d1543cb7c7180e733f5e1561b69dcb23a427def7 | |
parent | 1187e25191b38a1876fafbfd733a70942ebcb062 [diff] [blame] |
isisd: fold up isis_circuit_is_type_set() see previous commit. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
diff --git a/isisd/isis_events.c b/isisd/isis_events.c index ebd86a5..abc4471 100644 --- a/isisd/isis_events.c +++ b/isisd/isis_events.c
@@ -147,7 +147,7 @@ } void -isis_event_circuit_type_change (struct isis_circuit *circuit, int newtype) +isis_circuit_is_type_set (struct isis_circuit *circuit, int newtype) { if (circuit->state != C_STATE_UP) {