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)
commit9d863fb1681a5b03696552e1d93fe339b4bae455
tree924ea823b7202d560603d702e93ce9d0d696d2f2
parent552175fdcb78c79833464648b5ccdc91b935e69c
make sure that apps can't close one of the internal smbw file
descriptors by catching close attempts on those fds and returning
EBADF.
source/include/proto.h
source/smbwrapper/shared.c
source/smbwrapper/smbw.c
source/smbwrapper/wrapped.c