Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit 4aa06a7c2935158a2ff5ffea2995b011a62e229e Author: Linus Lüssing linus.luessing@web.de Date: Sun Mar 2 23:18:00 2014 +0100
batctl: fix wrong header lines number for local translation table
A commit in batman-adv has added a second header line to the local translation table output.
Introduced by 59cb0861498776c62bd17584c31f34477fa301a0 ("batman-adv: improve local translation table output")
Signed-off-by: Linus Lüssing linus.luessing@web.de Acked-by: Antonio Quartulli antonio@meshcoding.com Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
4aa06a7c2935158a2ff5ffea2995b011a62e229e debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debug.c b/debug.c index 2d932f5..04b2c6d 100644 --- a/debug.c +++ b/debug.c @@ -46,7 +46,7 @@ const struct debug_table_data batctl_debug_tables[BATCTL_TABLE_NUM] = { .opt_long = "translocal", .opt_short = "tl", .debugfs_name = "transtable_local", - .header_lines = 1, + .header_lines = 2, }, { .opt_long = "transglobal",