make sure that apps can't close one of the internal smbw file
authorAndrew Tridgell <tridge@samba.org>
Sat, 24 Oct 1998 06:36:22 +0000 (06:36 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 24 Oct 1998 06:36:22 +0000 (06:36 +0000)
commit4140f2bfc141ee9a91723d274344769f8b11a5f9
tree10570387473b06026ce76564bdb8b3f7a23c4b69
parentf9881e8e74041bc022716f01767a174e7a36b38e
make sure that apps can't close one of the internal smbw file
descriptors by catching close attempts on those fds and returning
EBADF.
(This used to be commit 9d863fb1681a5b03696552e1d93fe339b4bae455)
source3/include/proto.h
source3/smbwrapper/shared.c
source3/smbwrapper/smbw.c
source3/smbwrapper/wrapped.c