ladishd: fix for #152

This commit is contained in:
Nedko Arnaudov 2010-12-28 14:01:56 +02:00
parent 2ea840cd0f
commit 9d0be997ac
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ interlink_client(
return true;
}
vclient = ladish_graph_find_client_by_name(ctx_ptr->vgraph, name, true);
vclient = ladish_graph_find_client_by_name(ctx_ptr->vgraph, name, false);
if (vclient == NULL)
{
log_error("JACK client '%s' has no vclient associated", name);