Skip to content

replaces forgotten tao_attr_search by tao_camera_config_try_find_attr

Michel Tallon requested to merge tao_attr_search into master

Solves this crash (with yorick client):

> zyla = tao_attach_remote_camera("zyla")
> h_show,tao_get_members(zyla)
/home/xao/local_tao/libexec/yorick/bin/yorick: symbol lookup error: /home/xao/local_tao/libexec/yorick/lib/ytao.so: undefined symbol: tao_attr_search
$

Tested sucessfully after modification.

Merge request reports