jackpatch: Don't attempt to make JACK connection when one of the ports doesn't exist yet.
This commit is contained in:
parent
ee09187089
commit
4d3e4ca4f1
|
@ -355,6 +355,7 @@ connect_path ( struct patch_record *pr )
|
||||||
/* one of the ports doesn't exist yet... don't attempt
|
/* one of the ports doesn't exist yet... don't attempt
|
||||||
* connection, jack will just complain. */
|
* connection, jack will just complain. */
|
||||||
printf( "Not attempting connection because one of the ports is missing.\n" );
|
printf( "Not attempting connection because one of the ports is missing.\n" );
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf( "Connecting %s |> %s\n", srcport, dstport );
|
printf( "Connecting %s |> %s\n", srcport, dstport );
|
||||||
|
|
Loading…
Reference in New Issue