Tapreader socket should be bound to localhost only.

This commit is contained in:
Guus Sliepen 2007-01-04 15:28:36 +00:00
parent 03f3fc01e8
commit 40f02ff8ee

View file

@ -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();