Don't print out debug messages at level 0 if we can't
authorJeremy Allison <jra@samba.org>
Thu, 10 Jan 2008 23:15:01 +0000 (15:15 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 10 Jan 2008 23:15:01 +0000 (15:15 -0800)
commit3936de735a7bb548df8ce7f06f2cc8f7ffdf56cd
tree741bebbb5811032729ad55f9f30d450156751e1b
parent88102b5b7c4eaad5445e9cb96e547dd918abc0c2
Don't print out debug messages at level 0 if we can't
bind to a socket if we've already bound to one (this
prevents :
bind failed on port 445 socket_addr = 0.0.0.0.
Error = Address already in use
bind failed on port 139 socket_addr = 0.0.0.0.
Error = Address already in use
messages when trying to bind to an IPv4 address
when we've already bound to the IPv6 equivalent.
Jeremy.
source/smbd/server.c