--- embedaddon/pimdd/trace.c 2017/06/12 07:58:55 1.1.1.1 +++ embedaddon/pimdd/trace.c 2017/06/14 09:28:09 1.1.1.1.2.1 @@ -34,7 +34,7 @@ * Questions concerning this software should be directed to * Pavlin Ivanov Radoslavov (pavlin@catarina.usc.edu) * - * $Id: trace.c,v 1.1.1.1 2017/06/12 07:58:55 misho Exp $ + * $Id: trace.c,v 1.1.1.1.2.1 2017/06/14 09:28:09 misho Exp $ */ /* * Part of this program has been derived from mrouted. @@ -133,7 +133,7 @@ accept_mtrace(src, dst, group, data, no, datalen) /* determine the routing table entry for this traceroute */ mrt = find_route(qry->tr_src, group, MRTF_SG | MRTF_WC | MRTF_PMBR, DONT_CREATE); - IF_DEBUG(DEBUG_TRACE) + IF_DEBUG(DEBUG_TRACE) { if (mrt != (mrtentry_t *)NULL) { if (mrt->upstream != (pim_nbr_entry_t *)NULL) parent_address = mrt->upstream->address; @@ -147,7 +147,7 @@ accept_mtrace(src, dst, group, data, no, datalen) */ } else log(LOG_DEBUG, 0, "...no route"); - + } /* * Query type packet - check if rte exists * Check if the query destination is a vif connected to me.