From: Paul Jakma Date: Tue, 27 Jun 2006 10:42:18 +0000 (+0000) Subject: [lib] Remove bare routes in route_types: fix mistake in commmit X-Git-Tag: frr-2.0-rc1~2658 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=5f41e90e49b8ced6b5adac3933736067d2b24584;p=mirror%2Ffrr.git [lib] Remove bare routes in route_types: fix mistake in commmit 2006-06-27 Paul Jakma * route_types.awk: Fix previous commit. Forgot to remove the printf of the bare/numeric route-type help string (empty string) --- diff --git a/lib/route_types.awk b/lib/route_types.awk index 72f3664f21..eb3d382a99 100644 --- a/lib/route_types.awk +++ b/lib/route_types.awk @@ -174,9 +174,7 @@ END { printf(redist_str_fmt, rstr); printf(redist_help_def_fmt, toupper(daemon)); printf("%s", hstr); - printf(redist_help_str_fmt, redist_bare_help); - print("\n"); - + printf("\n\n"); } #printf("#define QUAGGA_REDIST_STR_ALL %s\n",all);