projects
/
platform
/
core
/
appfw
/
slp-pkgmgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3b738a
)
remove unnecessary codes.
27/58027/1
accepted/tizen/mobile/20160129.083345
accepted/tizen/tv/20160129.083413
accepted/tizen/wearable/20160129.083435
submit/tizen/20160127.110348
author
jongmyeongko
<jongmyeong.ko@samsung.com>
Wed, 27 Jan 2016 02:24:48 +0000
(11:24 +0900)
committer
jongmyeongko
<jongmyeong.ko@samsung.com>
Wed, 27 Jan 2016 02:24:48 +0000
(11:24 +0900)
Change-Id: If2e7343820977966ea680afe34f86be5c07d4e84
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
comm/pkgmgr_installer.c
patch
|
blob
|
history
diff --git
a/comm/pkgmgr_installer.c
b/comm/pkgmgr_installer.c
index 040356838cb76b7ca30e1eec8c7d8f428c27f666..6f8dfb209a964a0783abed6dc774ff03bc52f4c2 100644
(file)
--- a/
comm/pkgmgr_installer.c
+++ b/
comm/pkgmgr_installer.c
@@
-439,18
+439,12
@@
pkgmgr_installer_send_signal(pkgmgr_installer *pi,
const char *key, const char *val)
{
int r = 0;
- char *sid;
if (!pi->conn) {
ERR("connection is NULL");
return -1;
}
- sid = pi->session_id;
- if (!sid) {
- ERR("session id is NULL, set empty string");
- }
-
if (strcmp(key, PKGMGR_INSTALLER_UPGRADE_EVENT_STR) == 0)
pi->request_type = PKGMGR_REQ_UPGRADE;