Fixed bug found by Richard Sharpe. After increasing files_struct size by
authorJeremy Allison <jra@samba.org>
Wed, 22 Jul 1998 13:59:19 +0000 (13:59 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 22 Jul 1998 13:59:19 +0000 (13:59 +0000)
commitf5866fd4ba8da9acde87c7f9da8f1a242540e287
treec7e80a6b7321319b683e4d730b0de7e6f5ed2ff9
parent781c9e50820e3bc2b11e15bbff2f16b6ad74f26a
Fixed bug found by Richard Sharpe. After increasing files_struct size by
MAX_OPEN_DIRECTORIES for nttrans I forgot to update the code that
enumerates the array.
Created new MAX_FNUMS in local.h, changed all code that iterates
through the files_struct array to use this.
(sorry Richard).
Jeremy.
(This used to be commit 339b10222269d71c7a493cc08b7b1bfd35fd55fc)
source3/include/local.h
source3/include/smb.h
source3/smbd/ipc.c
source3/smbd/reply.c
source3/smbd/server.c
source3/utils/status.c