procd: fix service file tracking
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 18 Dec 2013 14:17:16 +0000 (14:17 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 18 Dec 2013 16:27:49 +0000 (16:27 +0000)
commit2dc572df0e3002263c0a49ebbc329ed1b6c42a01
treefcc441a5cfba3bdc65a491df03ef905d79259829
parentb76325945d31280b2ffecf898bfc62aa5f3d22d4
procd: fix service file tracking

The instance_config_move() function in the procd instance managing code is
missing a blobmsg_list_move() call to update the tracked file items with the
newly calculated checksums in case of a file change.

Without that change, services are always reloaded after the first change to
a tracked file regardless of whether there are any subsequent changes or not.

Add a missing instance of blobmsg_list_free() as well.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
service/instance.c