server.c: fixed a bug in close_file() with the new files.c handling code
authorAndrew Tridgell <tridge@samba.org>
Sun, 16 Aug 1998 03:04:06 +0000 (03:04 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 16 Aug 1998 03:04:06 +0000 (03:04 +0000)
commitf573a65b67e7a57586fec57845598e49b157ee0a
tree3d48290cafbadb22118ba4167f2c974eb51ff6c3
parent3daee29636dcb2d99a0e7c08179a098befae00dc
server.c: fixed a bug in close_file() with the new files.c handling code
bitmap.c: added bitmap hanlding code in preparation for increasing the
          default max open files to several thousand
source/include/proto.h
source/include/smb.h
source/lib/bitmap.c [new file with mode: 0644]
source/locking/locking.c
source/smbd/server.c