r8408: its quite common in our code to free up a connection when we get an
authorAndrew Tridgell <tridge@samba.org>
Wed, 13 Jul 2005 03:25:36 +0000 (03:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:22:59 +0000 (13:22 -0500)
commitd1291dacbd8c5e736e7d8288fb00b5368288b711
treed0f01432dd6f2728f00fc3419797a71be7afe71c
parent562498c5260108c17add1e1a392644d188ff5c79
r8408: its quite common in our code to free up a connection when we get an
error, but sometimes a socket option may then happen on the NULL
socket. This has been handled by the individual libraries up to now,
but its cleaner to centralise it here
(This used to be commit d9864e1f9aac1fb19f054c2da996a5099e90941e)
source4/lib/socket/socket.c