Change return type of dcm_svc_db_disconnect() 84/211284/2 accepted/tizen/unified/20190806.072210 submit/tizen/20190805.053702
authorMinje Ahn <minje.ahn@samsung.com>
Thu, 1 Aug 2019 06:21:21 +0000 (15:21 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Thu, 1 Aug 2019 07:19:03 +0000 (16:19 +0900)
commit01a29421d980bedd431456b9853f373bd45c4bd5
tree6f0881a83ff5524529770a6ae094b5eb44352e87
parentaab64472abdeda4eb1eb5e334641e163a29d0c04
Change return type of dcm_svc_db_disconnect()

sqlite3_close_v2() always returns SQLITE_OK.
Therefore, it does not need to check the return value.

Change-Id: Iaa787cb8a8fd247dd0011a2593bad5258c5d1efb
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
include/dcm_svc_db.h
src/dcm_svc_db.c