net_helper: fix bugs in D&D logics
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Sat, 25 Jun 2016 12:35:07 +0000 (21:35 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Mon, 27 Jun 2016 05:45:36 +0000 (14:45 +0900)
commitfbcd11aac062b2fe7f3b33eee63c5d2d90fabb2b
treeff0f576e95980310eed218d4bc732162977a1043
parente5014610400e16c002cfdd80f8d78a0b7a0e4e3d
net_helper: fix bugs in D&D logics

Local variable that is char[] type should be initialize with NULL char.
Unnecessary global variable is removed. And, now we can provide D&D
features even if we cannot identify default user home directory.
(At the time, we will use "/tmp" directory as a default.)

Change-Id: I365e782771982700e0096c076603c7d655fa7e55
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/src/emul_state.c
tizen/src/emul_state.h
tizen/src/ui/menu/sdbhelper.cpp
tizen/src/util/net_helper.c