From: Pavel TvrdĂ­k Date: Wed, 27 Jan 2016 11:25:30 +0000 (+0100) Subject: RIP: Fix DBG output X-Git-Tag: v2.0.0-pre0~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d82987d12e96db887033deabb6c46f07db64e1b8;p=thirdparty%2Fbird.git RIP: Fix DBG output --- diff --git a/proto/rip/packets.c b/proto/rip/packets.c index e656af379..488ac9df1 100644 --- a/proto/rip/packets.c +++ b/proto/rip/packets.c @@ -9,6 +9,8 @@ * Can be freely distributed and used under the terms of the GNU GPL. */ +#undef LOCAL_DEBUG + #include "rip.h" #include "lib/md5.h" @@ -517,7 +519,7 @@ break_loop: void rip_send_table(struct rip_proto *p, struct rip_iface *ifa, ip_addr addr, bird_clock_t changed) { - DBG("RIP: Opening TX session to %I on %s\n", dst, ifa->iface->name); + DBG("RIP: Opening TX session to %I on %s\n", addr, ifa->iface->name); rip_reset_tx_session(p, ifa);