diff options
author | hasso <hasso> | 2004-10-11 14:57:57 +0200 |
---|---|---|
committer | hasso <hasso> | 2004-10-11 14:57:57 +0200 |
commit | 98b718a9d2aa7a3324c553944e26914fe090b87a (patch) | |
tree | 13a7002a3265a2debfa411a2a2c544dbde972f0a /ripngd/ripngd.c | |
parent | Some more const string fixes. (diff) | |
download | frr-98b718a9d2aa7a3324c553944e26914fe090b87a.tar.xz frr-98b718a9d2aa7a3324c553944e26914fe090b87a.zip |
Sync with changes in lib. Make more strings const.
Diffstat (limited to 'ripngd/ripngd.c')
-rw-r--r-- | ripngd/ripngd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/ripngd.c b/ripngd/ripngd.c index a7254bc14..edf959fa1 100644 --- a/ripngd/ripngd.c +++ b/ripngd/ripngd.c @@ -2992,7 +2992,7 @@ ripng_routemap_update_redistribute (void) } void -ripng_routemap_update (char *unused) +ripng_routemap_update (const char *unused) { struct interface *ifp; struct listnode *node; |