summaryrefslogtreecommitdiff
path: root/native/ctsvc_utils.c
diff options
context:
space:
mode:
authorDonghee Ye <donghee.ye@samsung.com>2013-07-11 23:35:24 +0900
committerDonghee Ye <donghee.ye@samsung.com>2013-07-12 14:48:27 +0900
commit64497d7e58ebe4cc914c042d5f21e1cae584babc (patch)
tree3ce62842ea3edbef41ebe035d5575c672468dbc0 /native/ctsvc_utils.c
parent35603b8ac2e4b5985466781560ad90db5ebac2d5 (diff)
downloadcontacts-service-64497d7e58ebe4cc914c042d5f21e1cae584babc.tar.gz
contacts-service-64497d7e58ebe4cc914c042d5f21e1cae584babc.tar.bz2
contacts-service-64497d7e58ebe4cc914c042d5f21e1cae584babc.zip
- Add user space access control (SMACK) - Fix : error when exporting vcard without image extension - Change to make diplay name in case of Japanese (contact, my_profile, vcard) - Fix memory leak - Remove unused debian files - Fix on_thread connection/disconnection (it works without calling contacts_connect2) - check read permission of image resource Change-Id: I38d103b60e35791910576df1094835e517b613d4
Diffstat (limited to 'native/ctsvc_utils.c')
-rw-r--r--native/ctsvc_utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/native/ctsvc_utils.c b/native/ctsvc_utils.c
index c50e0dc..0ddca1d 100644
--- a/native/ctsvc_utils.c
+++ b/native/ctsvc_utils.c
@@ -141,7 +141,6 @@ int ctsvc_end_trans(bool is_success)
ret = ctsvc_query_exec("COMMIT TRANSACTION");
progress *= 2;
}
-
INFO("%s", (CONTACTS_ERROR_NONE == ret)?"commit": "rollback");
if (CONTACTS_ERROR_NONE != ret) {