commit | 105ad8615da1bcb417e1757ef4787cd2cdbb3cbc | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@diac24.net> | Thu Feb 16 04:50:35 2012 +0000 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Feb 04 06:07:55 2015 +0100 |
tree | 9a786be4e7f0750ebd7efb1510f1cecfd3b9d16d | |
parent | f8cfeb25e62206aaf940b2aabf6a96c36ad4627d [diff] [blame] |
pimd: fix wtf code * pim_hello.c, * pim_neighbor.c: print pointers as %p * pim_time.c: comment out unused function * pim_zebra.c: wtf
diff --git a/pimd/pim_zebra.c b/pimd/pim_zebra.c index e18b7ac..74a60a5 100644 --- a/pimd/pim_zebra.c +++ b/pimd/pim_zebra.c
@@ -548,7 +548,7 @@ } api.distance = CHECK_FLAG(api.message, ZAPI_MESSAGE_DISTANCE) ? - api.distance = stream_getc(s) : + stream_getc(s) : 0; api.metric = CHECK_FLAG(api.message, ZAPI_MESSAGE_METRIC) ?