ladishd: when saving, properly skip hidden connections just like ports. Fix for #143

this is improvement of 93fe0427c1
This commit is contained in:
Nedko Arnaudov 2010-12-26 20:52:37 +02:00
parent 08c09257fd
commit 6b966841dd
1 changed files with 1 additions and 1 deletions

View File

@ -2336,7 +2336,7 @@ static bool is_system_client(ladish_client_handle client)
}
#define is_port_interesting(port_ptr) ( \
ladish_client_has_app(port_ptr->client_ptr->client) || \
ladish_port_has_app(port_ptr->port) || \
ladish_port_is_link(port_ptr->port) || \
is_system_client(port_ptr->client_ptr->client) \
)