projects
/
sdk
/
target
/
sdbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eb3783
)
[ASAN] issue fix
99/200599/1
accepted/tizen/unified/20190307.230946
submit/tizen/20190227.075926
author
manish.r
<manish.r@samsung.com>
Wed, 27 Feb 2019 07:49:46 +0000
(13:19 +0530)
committer
manish.r
<manish.r@samsung.com>
Wed, 27 Feb 2019 07:49:46 +0000
(13:19 +0530)
Change-Id: I84e9674ead6e210a7cc631cbdfb92bf9c08e7d55
Signed-off-by: manish.r <manish.r@samsung.com>
src/transport.c
patch
|
blob
|
history
diff --git
a/src/transport.c
b/src/transport.c
index 4137842c674f76228e27898de706d3f6f220aafa..078df70fb1b21484bba12570f2895bca0f60cdeb 100644
(file)
--- a/
src/transport.c
+++ b/
src/transport.c
@@
-804,9
+804,9
@@
void broadcast_transport(apacket *p)
copy_packet(ap, p);
send_packet(ap, t);
- if (
ap->msg.command == A_STAT && a
p->msg.arg1 == 0) {
+ if (
p->msg.command == A_STAT &&
p->msg.arg1 == 0) {
// lock state message
- if (
a
p->msg.arg0 == 0) {
+ if (p->msg.arg0 == 0) {
// unlocked
t->connection_state = CS_DEVICE;
} else {