Unverified Commit c2cd510d authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

get_station: push refs one-by-one (otherwise the condition would be useless)

parent 443244d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -554,7 +554,7 @@ sub get_station {
			for my $ref (@refs) {
				if ( none { $_ == $ref } @seen and none { $_ == $ref } @queue )
				{
					push( @queue, @refs );
					push( @queue, $ref );
				}
			}
			$opt{root} = 0;