Get rid of global_opts struct as suggested by Dave -- too many
authorMartin Pool <mbp@samba.org>
Tue, 18 Dec 2001 05:54:57 +0000 (05:54 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 18 Dec 2001 05:54:57 +0000 (05:54 +0000)
commit13e29995f5f08300ea946374079dff50f8cb6bd7
tree4aeee288eee2e5088db7eabc1cfd06e30d239e82
parent7c583c73160714a2f61034515adb1a4a32f9d818
Get rid of global_opts struct as suggested by Dave -- too many
problems with initialization.

Change the algorithm from trying to open an inbound socket with
getaddrinfo: keep trying suggested addresses until we find one on
which we can both get a socket and bind.  Not convinced this is the
best, but it's probably better.
clientserver.c
options.c
socket.c