summaryrefslogtreecommitdiff
path: root/ripd/rip_interface.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-05-19 18:29:14 -0700
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-05-19 18:29:14 -0700
commite5f745ca93e965dbc31823fd092e62667c8404c7 (patch)
tree66e2b6a987df4592cce355e9410a06a9eaa17a6c /ripd/rip_interface.c
parente90bde9cb09fada1f930cae24605756baf819cfa (diff)
ripd: ripd-warnings.patch
Remove compile warnings for the ripd directory Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Reviewed-by:
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 22cef4540d..9a5bffe92b 100644
--- a/ripd/rip_interface.c
+++ b/ripd/rip_interface.c
@@ -832,7 +832,7 @@ rip_enable_network_add (struct prefix *p)
return -1;
}
else
- node->info = (char *) "enabled";
+ node->info = (void *)1;
/* XXX: One should find a better solution than a generic one */
rip_enable_apply_all();