ripd: Fix compile warning

This issue was found compiling with ./buildtest.sh
on fedora 25

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2017-02-03 08:20:14 -05:00
parent 55c7280315
commit d904a9fc09

View File

@ -2281,8 +2281,8 @@ rip_output_process (struct connected *ifc, struct sockaddr_in *to,
{
if (IS_RIP_DEBUG_PACKET)
zlog_debug ("RIP %s/%d is filtered by route-map out",
inet_ntoa (p->prefix), p->prefixlen);
continue;
inet_ntoa (p->prefix), p->prefixlen);
continue;
}
}