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

Services.pm.PL: Handle transport-apis definitions without mot names

parent 42727cb8
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -46,8 +46,13 @@ sub load_instance {
			for ( 1 .. $skipped ) {
				push( @{ $ret{productbits} }, [ "_", undef ] );
			}
			if ( $p->{name} ) {
				push( @{ $ret{productbits} }, [ $p->{id}, $p->{name} ] );
			}
			else {
				push( @{ $ret{productbits} }, $p->{id} );
			}
		}
		else {
			$skipped += 1;
		}