commit | b174a58467d155b8609f1b5a1f6e27f22afdb81c | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul@jakma.org> | Mon Jan 23 10:55:26 2017 +0000 |
committer | Paul Jakma <paul@quagga.net> | Mon Jan 23 18:51:58 2017 +0000 |
tree | 68352a6b3fc37427690708937cccfbfd337d4a55 | |
parent | 5bc62ca9561fa01a989e386cbf6e71cbdef77a3c [diff] |
ripd: Fix GCC6 warning on misleading indentation
diff --git a/ripd/ripd.c b/ripd/ripd.c index 848d801..4ce5cc3 100644 --- a/ripd/ripd.c +++ b/ripd/ripd.c
@@ -2300,7 +2300,7 @@ if (IS_RIP_DEBUG_PACKET) zlog_debug ("RIP %s/%d is filtered by route-map out", inet_ntoa (p->prefix), p->prefixlen); - continue; + continue; } }