Fix based on debugging work by "Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se>.
commit75cbe4ec9afe799bac4c4a37976293ca2ea5146c
authorJeremy Allison <jra@samba.org>
Mon, 22 Feb 1999 19:27:05 +0000 (22 19:27 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 22 Feb 1999 19:27:05 +0000 (22 19:27 +0000)
tree70d04093ad17faf693bfbcff218cc7a4481a4685
parent8f5d60b5276dbda140e351a44db517fe7ddba948
Fix based on debugging work by "Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se>.
UDP loopback sockets for oplock breaks shouldn't have SO_REUSEADDR set as it
allows two smbd's to bind to the same loopback udp port on Solaris. This
causes problems....
Jeremy.
source/include/proto.h
source/lib/util_sock.c
source/libsmb/namequery.c
source/nmbd/nmbd.c
source/nmbd/nmbd_subnetdb.c
source/smbd/oplock.c
source/smbd/server.c
source/utils/nmblookup.c
source/web/diagnose.c