From: Donald Sharp Date: Fri, 15 Jul 2016 19:47:13 +0000 (-0400) Subject: pimd: Fix PACKETDUMP compile errors. X-Git-Tag: frr-3.0-branchpoint~64^2~10^2~372 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=0e6ae42582d49e12f0343f43d32d5332396f28ed;p=mirror%2Ffrr.git pimd: Fix PACKETDUMP compile errors. signed-off-by: Donald Sharp --- diff --git a/pimd/pim_register.c b/pimd/pim_register.c index c8d0174116..d6c8fecd9f 100644 --- a/pimd/pim_register.c +++ b/pimd/pim_register.c @@ -119,7 +119,7 @@ pim_register_stop_recv (uint8_t *buf, int buf_size) struct prefix group; int l; - if (PIM_DEBUG_PACKETS) + if (PIM_DEBUG_PIM_PACKETDUMP_RECV) pim_pkt_dump ("Received Register Stop", buf, buf_size); l = pim_parse_addr_group (&group, buf, buf_size);