Fix the service <-> channel mapping editor #2

- the clients of the origin service entry should be also notified
This commit is contained in:
Jaroslav Kysela 2014-03-17 09:23:05 +01:00
parent 7a66bfc184
commit 3caabf08ad

View file

@ -105,6 +105,8 @@ service_class_channel_set
service_mapper_clean(svc, NULL, 1);
/* no save - the link information is in the saved channel record */
/* only send a notify about the change to other clients */
idnode_notify_simple(&svc->s_id);
return 0;
}