From 98b718a9d2aa7a3324c553944e26914fe090b87a Mon Sep 17 00:00:00 2001 From: hasso Date: Mon, 11 Oct 2004 12:57:57 +0000 Subject: Sync with changes in lib. Make more strings const. --- ripngd/ripng_zebra.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ripngd/ripng_zebra.c') diff --git a/ripngd/ripng_zebra.c b/ripngd/ripng_zebra.c index 7aaa3537..6e582599 100644 --- a/ripngd/ripng_zebra.c +++ b/ripngd/ripng_zebra.c @@ -184,7 +184,7 @@ ripng_redistribute_metric_unset (int type) } void -ripng_redistribute_routemap_set (int type, char *name) +ripng_redistribute_routemap_set (int type, const char *name) { if (ripng->route_map[type].name) free (ripng->route_map[type].name); -- cgit v1.2.3