X-Git-Url: https://git.sommitrealweird.co.uk/quagga-debian.git/blobdiff_plain/191fe7a34582876de01d3e62c2a6587baf59a283..064d9c633233495319bcaa66335ea3d24c0bd7a1:/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); }