summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>2014-08-11 19:14:01 +0200
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>2014-08-11 19:14:01 +0200
commit33faaaa1d1d72ed982c1c2454457858a24bea405 (patch)
tree3f157cb85da35994e4af35847e287da75b05a885
parent2397f8df2fb06ed0222bd07cbac24eaf3d29ea66 (diff)
downloadaul-1-33faaaa1d1d72ed982c1c2454457858a24bea405.tar.gz
aul-1-33faaaa1d1d72ed982c1c2454457858a24bea405.tar.bz2
aul-1-33faaaa1d1d72ed982c1c2454457858a24bea405.zip
am_daemon: call to pkgmgrinfo_appinfo_get_appinfo_user() is renamed to pkgmgrinfo_appinfo_get_usr_appinfo() Change-Id: I9a44d34cb1782db07ed4e6f2fbfbdd53f40f4cbb Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
-rwxr-xr-xam_daemon/amd_appinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/am_daemon/amd_appinfo.c b/am_daemon/amd_appinfo.c
index 805899c4..0c520b8f 100755
--- a/am_daemon/amd_appinfo.c
+++ b/am_daemon/amd_appinfo.c
@@ -442,7 +442,7 @@ const struct appinfo *appinfo_find(uid_t caller_uid, const char *appid)
ret = pkgmgrinfo_appinfo_get_appinfo(appid, &handle);
if (ret != PMINFO_R_OK){
- ret = pkgmgrinfo_appinfo_get_appinfo_user(appid , caller_uid , &handle);
+ ret = pkgmgrinfo_appinfo_get_usr_appinfo(appid , caller_uid , &handle);
if (ret != PMINFO_R_OK){
_E("appid is not found in DB %s", appid);
return NULL;