Handling the exceptional cases.
authorSung-jae Park <nicesj.park@samsung.com>
Sat, 18 Jan 2014 14:43:22 +0000 (23:43 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Sat, 18 Jan 2014 14:43:22 +0000 (23:43 +0900)
commit2b5c5b95c62c993a91024fd14a4265abef4831d1
tree7ff513e5703e9b557b8c9ca5eff0bbdbe615ccdd
parent6d2eb41de7d513e12539a208af951bc4da3017d8
Handling the exceptional cases.

if user tries to delete an instance before get the created event callback.
the master cannot get the id of it.

in that case the master cannot delete the instance.

So, if the master could not find the instance, (id == ""), try to find it using timestamp again.

Change-Id: Ib4f565ff812d3ab16393154d41e9ec0e87e70e34
packaging/data-provider-master.spec
src/server.c