src/socket_wrapper.c: don't leak unlink() errno (most likely ENOENT) in swrap_bind()
authorStefan Metzmacher <metze@samba.org>
Sun, 6 Nov 2022 15:07:21 +0000 (16:07 +0100)
committerAndreas Schneider <asn@samba.org>
Tue, 17 Jan 2023 15:19:47 +0000 (16:19 +0100)
commit6af6c5e59a9b522294c3a83a3efb0eccc1211087
tree2dfdb5b150d9fe2b58399f0de6cc4b3c4cdae1ee
parent2f67c6bef20e58676851df668f70fd261eea89ea
src/socket_wrapper.c: don't leak unlink() errno (most likely ENOENT) in swrap_bind()

This fixes a problem hit by 'nsupdate -g' from the
bind9-dnsutils 1:9.18.1-1ubuntu1.2 package.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
src/socket_wrapper.c