]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
RIP: Fix DBG output
authorPavel Tvrdík <pawel.tvrdik@gmail.com>
Wed, 27 Jan 2016 11:25:30 +0000 (12:25 +0100)
committerPavel Tvrdík <pawel.tvrdik@gmail.com>
Wed, 27 Jan 2016 11:41:32 +0000 (12:41 +0100)
proto/rip/packets.c

index e656af3798106495d2ff22c875e65a0f91d7b5ac..488ac9df1846399d7102e2619b58d285d2a0804f 100644 (file)
@@ -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);