projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c45b14e
)
guest_server: add else expression
author
munkyu.im
<munkyu.im@samsung.com>
Tue, 30 Jul 2013 11:43:25 +0000
(20:43 +0900)
committer
munkyu.im
<munkyu.im@samsung.com>
Tue, 30 Jul 2013 11:43:25 +0000
(20:43 +0900)
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
tizen/src/guest_server.c
patch
|
blob
|
history
diff --git
a/tizen/src/guest_server.c
b/tizen/src/guest_server.c
index ef61941d56b7f7015599e52f08de971c7fb02d08..935cad49cab92748909164677265272237937d81 100644
(file)
--- a/
tizen/src/guest_server.c
+++ b/
tizen/src/guest_server.c
@@
-258,7
+258,7
@@
static void* run_guest_server(void* args)
TRACE("command:%s\n", command);
notify_sdb_daemon_start();
}
- if (strcmp(command, "3\n" ) == 0) {
+
else
if (strcmp(command, "3\n" ) == 0) {
TRACE("command:%s\n", command);
notify_sensor_daemon_start();
}