chiark / gitweb /
'listen' option now uses struct netaddress too.
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 14 Mar 2009 15:48:24 +0000 (15:48 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 14 Mar 2009 15:48:24 +0000 (15:48 +0000)
commit80dc2c5fd3ab604742d8a6bd5526071de41e44c3
treedbefd568c5c7a76c1b9525fc3559e27140c450d6
parent76e72f65da97e7482da0a1eb0b110ca323f21643
'listen' option now uses struct netaddress too.

If '*' is used then it will bind to the IPv6 default listen address and
then report an error trying to bind to the IPv4 address.  In fact this
is harmless as the socket will accept connections of both kinds.
lib/addr.c
lib/addr.h
lib/configuration.c
lib/configuration.h
server/server.c
server/state.c