diff options
author | hasso <hasso> | 2004-10-11 12:57:57 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-11 12:57:57 +0000 |
commit | 98b718a9d2aa7a3324c553944e26914fe090b87a (patch) | |
tree | 13a7002a3265a2debfa411a2a2c544dbde972f0a /ripngd/ripng_zebra.c | |
parent | a149411b85bbe74cde47d82193026b9401b29de0 (diff) | |
download | quagga-98b718a9d2aa7a3324c553944e26914fe090b87a.tar.bz2 quagga-98b718a9d2aa7a3324c553944e26914fe090b87a.tar.xz |
Sync with changes in lib. Make more strings const.
Diffstat (limited to 'ripngd/ripng_zebra.c')
-rw-r--r-- | ripngd/ripng_zebra.c | 2 |
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); |