Commit 269feacd authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

efa-m: Fix -L / show_lines

parent e0dd95d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ sub show_lines {
		}

		push( @output,
			[ $l->type, $l->name, $l->direction // q{}, $l->route // q{} ] );
			[ $l->type, $l->name, $l->direction // q{}, q{}, $l->route // q{} ] );
	}

	display_result(@output);