]> git.puffer.fish Git - mirror/frr.git/commitdiff
[lib] Remove bare routes in route_types: fix mistake in commmit
authorPaul Jakma <paul.jakma@sun.com>
Tue, 27 Jun 2006 10:42:18 +0000 (10:42 +0000)
committerPaul Jakma <paul.jakma@sun.com>
Tue, 27 Jun 2006 10:42:18 +0000 (10:42 +0000)
2006-06-27 Paul Jakma <paul.jakma@sun.com>

* route_types.awk: Fix previous commit. Forgot to remove the
  printf of the bare/numeric route-type help string (empty string)

lib/route_types.awk

index 72f3664f21a5bacd1c11afe2bae289bcd7fa0ce7..eb3d382a99e792e5c8c358f7222c7148681afa33 100644 (file)
@@ -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);