diff options
Diffstat (limited to 'pimd/pim_zebra.c')
| -rw-r--r-- | pimd/pim_zebra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_zebra.c b/pimd/pim_zebra.c index 1a8d5f22bc..1822de2299 100644 --- a/pimd/pim_zebra.c +++ b/pimd/pim_zebra.c @@ -610,7 +610,7 @@ static int redist_read_ipv4_route(int command, struct zclient *zclient, 0; if (CHECK_FLAG (api.message, ZAPI_MESSAGE_TAG)) - api.tag = stream_getw (s); + api.tag = stream_getl (s); else api.tag = 0; |
