projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03f3fc0
)
Tapreader socket should be bound to localhost only.
author
Guus Sliepen
<guus@tinc-vpn.org>
Thu, 4 Jan 2007 15:28:36 +0000
(15:28 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Thu, 4 Jan 2007 15:28:36 +0000
(15:28 +0000)
src/mingw/device.c
patch
|
blob
|
history
diff --git
a/src/mingw/device.c
b/src/mingw/device.c
index
004249c
..
042407a
100644
(file)
--- a/
src/mingw/device.c
+++ b/
src/mingw/device.c
@@
-143,7
+143,7
@@
bool setup_device(void)
.ai_family = AF_UNSPEC,
.ai_socktype = SOCK_STREAM,
.ai_protocol = IPPROTO_TCP,
- .ai_flags =
AI_PASSIVE
,
+ .ai_flags =
0
,
};
cp();