projects
/
platform
/
core
/
system
/
swap-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2512753
)
[FIX] process_msg_start wrong ret value
author
Vitaliy Cherepanov
<v.cherepanov@samsung.com>
Fri, 18 Oct 2013 12:14:28 +0000
(16:14 +0400)
committer
Vitaliy Cherepanov
<v.cherepanov@samsung.com>
Fri, 18 Oct 2013 12:14:28 +0000
(16:14 +0400)
Change-Id: Ib5d1ae735496fcc120e4c3c94967a96599f5f631
daemon/da_protocol.c
patch
|
blob
|
history
diff --git
a/daemon/da_protocol.c
b/daemon/da_protocol.c
index
dc783d0
..
efceee6
100644
(file)
--- a/
daemon/da_protocol.c
+++ b/
daemon/da_protocol.c
@@
-977,7
+977,7
@@
send_ack:
sendACKToHost(NMSG_START, err_code, (void *)&serialized_time,
sizeof(serialized_time));
- return -(err_code
=
= ERR_NO);
+ return -(err_code
!
= ERR_NO);
}
int host_message_handler(struct msg_t *msg)