summaryrefslogtreecommitdiffstats
path: root/ripd/rip_interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'ripd/rip_interface.c')
-rw-r--r--ripd/rip_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_interface.c b/ripd/rip_interface.c
index d3b55fc0..c1291a1d 100644
--- a/ripd/rip_interface.c
+++ b/ripd/rip_interface.c
@@ -839,7 +839,7 @@ rip_enable_network_add (struct prefix *p)
return -1;
}
else
- node->info = (char *) "enabled";
+ node->info = rip_enabled_string.p ;
/* XXX: One should find a better solution than a generic one */
rip_enable_apply_all();