summaryrefslogtreecommitdiffstats
path: root/ripngd/ripng_zebra.c
diff options
context:
space:
mode:
authorhasso <hasso>2004-10-11 12:57:57 +0000
committerhasso <hasso>2004-10-11 12:57:57 +0000
commit1711cf69edcde5dfeaf833bea0594fe2ffbd9a0f (patch)
treedae18a3f3a5d3c078ddca771e771f707d4a6c1de /ripngd/ripng_zebra.c
parent993ae793113345587d2ced43b9f775b2bfef9ecf (diff)
downloadquagga-1711cf69edcde5dfeaf833bea0594fe2ffbd9a0f.tar.bz2
quagga-1711cf69edcde5dfeaf833bea0594fe2ffbd9a0f.tar.xz
Sync with changes in lib. Make more strings const.
Diffstat (limited to 'ripngd/ripng_zebra.c')
-rw-r--r--ripngd/ripng_zebra.c2
1 files changed, 1 insertions, 1 deletions
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);