From 01d0908a17fcaefa9cf4e8379765ed79dba07db5 Mon Sep 17 00:00:00 2001 From: paul Date: Sun, 8 Jun 2003 21:22:18 +0000 Subject: 2003-06-08 Paul Jakma Compile and warning fixes for the ripd 'passive-interface default' patch. --- ripd/rip_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ripd/rip_interface.c') diff --git a/ripd/rip_interface.c b/ripd/rip_interface.c index 1aec0f09..e187d8bf 100644 --- a/ripd/rip_interface.c +++ b/ripd/rip_interface.c @@ -1981,7 +1981,7 @@ config_write_rip_network (struct vty *vty, int config_mode) /* RIP passive interface listing. */ if (config_mode) { if (passive_default) - vty_out (vty, " passive-interface default%s", ifname, VTY_NEWLINE); + vty_out (vty, " passive-interface default%s", VTY_NEWLINE); for (i = 0; i < vector_max (Vrip_passive_nondefault); i++) if ((ifname = vector_slot (Vrip_passive_nondefault, i)) != NULL) vty_out (vty, " %spassive-interface %s%s", -- cgit v1.2.1