Fix bug that the instance is not deleted correctly.
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 29 May 2013 10:04:36 +0000 (19:04 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 29 May 2013 12:20:01 +0000 (21:20 +0900)
commitdb9fee4749ffcf1e3aa065a80961fd0361e1d3f6
tree6a00c4d3ca1d65b62cc380a1f069a3ecf0746a7e
parent2f08a53b8e028dd8b78e5c31c49bbca3bef62f81
Fix bug that the instance is not deleted correctly.

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Instance is not deleted correctly (in the master), Optimize the log
[cause] even though I tried to delete an instance, if an instance state is "DESTROYED", we cannot delete it.
[solution] state_reset must reset the state of an instance even if its state is DESTROYED, reset it to INIT.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I3b242133909ef6e16e652dd6cff769603dac8350
src/dead_monitor.c
src/instance.c
src/notification_service.c
src/server.c
src/service_common.c
src/shortcut_service.c