Converted the code in smbd/dir.c to use bitmaps instead of a static
authorJeremy Allison <jra@samba.org>
Wed, 6 Jan 1999 02:18:57 +0000 (02:18 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 6 Jan 1999 02:18:57 +0000 (02:18 +0000)
commite8344156bb9d161235d40755635f5bbdd3916ef1
tree89578403f90f20004ba183dd2d59241ab6560ff2
parent5a71a6c96f1b2208a302b974f8274fae1e98b546
Converted the code in smbd/dir.c to use bitmaps instead of a static
array for directory handles. This tidied up the code a *lot*.
Plus it means I've fixed the bug in PR#10058, which was due to an
NT app that wanted to simultaneously open >256 directory handles.

Jeremy.
source/include/local.h
source/include/proto.h
source/lib/debug.c
source/smbd/dir.c