X-Git-Url: https://git.sommitrealweird.co.uk/quagga-debian.git/blobdiff_plain/6d99eb2938e976229cb50d848a1bc491532b54f9..110ea29b8fe7d11de09e19382a9a5808cfb90d32:/ripd/ripd.c diff --git a/ripd/ripd.c b/ripd/ripd.c index c073eca..8f7e077 100644 --- a/ripd/ripd.c +++ b/ripd/ripd.c @@ -2538,14 +2538,14 @@ rip_update_process (int route_type) ifp = if_lookup_address (p->prefix); if (! ifp) { - zlog_warn ("Neighbor %s doesnt have connected interface!", + zlog_warn ("Neighbor %s doesn't have connected interface!", inet_ntoa (p->prefix)); continue; } if ( (connected = connected_lookup_address (ifp, p->prefix)) == NULL) { - zlog_warn ("Neighbor %s doesnt have connected network", + zlog_warn ("Neighbor %s doesn't have connected network", inet_ntoa (p->prefix)); continue; } @@ -3872,7 +3872,7 @@ rip_distribute_update_all (struct prefix_list *notused) } /* ARGSUSED */ static void -rip_distribute_update_all_wrapper(struct access_list *notused) +rip_distribute_update_all_wrapper(const char *unused) { rip_distribute_update_all(NULL); }