diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 18:29:14 -0700 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 18:29:14 -0700 |
| commit | e5f745ca93e965dbc31823fd092e62667c8404c7 (patch) | |
| tree | 66e2b6a987df4592cce355e9410a06a9eaa17a6c /ripd/rip_interface.c | |
| parent | e90bde9cb09fada1f930cae24605756baf819cfa (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.c | 2 |
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(); |
