diff --git a/session-manager/src/jackpatch.c b/session-manager/src/jackpatch.c index 9dfe0c0..7975d39 100644 --- a/session-manager/src/jackpatch.c +++ b/session-manager/src/jackpatch.c @@ -355,6 +355,7 @@ connect_path ( struct patch_record *pr ) /* one of the ports doesn't exist yet... don't attempt * connection, jack will just complain. */ printf( "Not attempting connection because one of the ports is missing.\n" ); + return; } printf( "Connecting %s |> %s\n", srcport, dstport );