projects
/
sdk
/
tools
/
sdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d1eeb7
)
SDB: Bind the IP of SDB Server to 0.0.0.0.
29/20829/1
author
shingil.kang
<shingil.kang@samsung.com>
Tue, 13 May 2014 05:55:26 +0000
(14:55 +0900)
committer
shingil.kang
<shingil.kang@samsung.com>
Tue, 13 May 2014 05:56:44 +0000
(14:56 +0900)
Change-Id: I0be7a51dfba3ad2d3b8721afb23e90a8a81494ee
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
src/listener.c
patch
|
blob
|
history
diff --git
a/src/listener.c
b/src/listener.c
index 928e910213ef7ed23b1a5033aec9a9b02edaeb27..395e79851e0a4938467e5d64b826b2b70ba11145 100755
(executable)
--- a/
src/listener.c
+++ b/
src/listener.c
@@
-69,7
+69,7
@@
int install_listener(int local_port, int connect_port, TRANSPORT* transport, LIS
// int fd = sdb_port_listen(INADDR_ANY, port, SOCK_STREAM);
int fd = -1;
- if(ltype == qemuListener || ltype == forwardListener) {
+ if(ltype == qemuListener || ltype == forwardListener
|| ltype == serverListener
) {
fd = sdb_port_listen(INADDR_ANY, local_port, SOCK_STREAM);
}
else {